triggerRebirth

fun triggerRebirth(context: Context)

Call to restart the application process using the default activity as an intent.

Behavior of the current process after invoking this method is undefined.


fun triggerRebirth(context: Context, targetClass: Class<out Activity>)

Call to restart the application process using the provided Activity Class.

Behavior of the current process after invoking this method is undefined.


fun triggerRebirth(context: Context, vararg nextIntents: Intent)

Call to restart the application process using the specified intents.

Behavior of the current process after invoking this method is undefined.