NavigationEventViewModel

class NavigationEventViewModel : ViewModel

Class used to handle Navigation Events

Constructors

Link copied to clipboard
fun NavigationEventViewModel()

Functions

Link copied to clipboard
open fun addCloseable(@NonNull p0: Closeable)
Link copied to clipboard
fun launch(event: NavigationEvent)
Link copied to clipboard
fun observeEvents(owner: LifecycleOwner, observer: (NavigationEvent) -> Unit)