CloseActivity

Constructors

Link copied to clipboard
constructor(result: Pair<Int, NavigationBundle<*>?>? = null)

Properties

Link copied to clipboard
val result: Pair<Int, NavigationBundle<*>?>? = null

Optional result code and NavigationBundle to be sent to the previous screen.

Functions

Link copied to clipboard
fun Launch(viewModel: BaseLifecycleViewModel, onDispose: () -> Unit)

Launch this LaunchedNavigation for a given viewModel.