CloseActivity
data class CloseActivity(val result: Pair<Int, NavigationBundle<*>?>? = null) : ComposableNavSpec.LaunchedNavigation
A LaunchedNavigation that closes the current android.app.Activity
Properties
Link copied to clipboard
Link copied to clipboard
Optional result code and NavigationBundle to be sent to the previous screen.
Functions
Link copied to clipboard
Launch this LaunchedNavigation for a given viewModel.