Package-level declarations

Functions

Link copied to clipboard
inline fun <T> Context.newIntent(): Intent

Generate a new class intent.

Link copied to clipboard
inline fun <T : Activity> Context.startActivity(bundle: Bundle? = null)

Start an activity of a specified class.

Link copied to clipboard
inline fun <T : Activity> Context.startActivityAndFinishAll(bundle: Bundle? = null)

Start an activity of a specified class. All stacked activities will be destroyed.