ShowActivity
inline fun <Activity : Activity> NavigationAction<*>.ShowActivity(flags: Set<IntentFlag> = emptySet()): ComposableNavSpec.IntentLauncher
Creates a ComposableNavSpec.IntentLauncher to show a given Activity
Parameters
Activity
The type of android.app.Activity to launch.
flags
A set of IntentFlag to be applied to the next screen.