toggle menu
SDK-Android
androidJvm
switch theme
search in API
libux
/
io.mimi.sdk.ux.flow
/
NavigationEventViewModel
Navigation
Event
View
Model
class
NavigationEventViewModel
:
ViewModel
Class used to handle Navigation Events
Members
Constructors
Navigation
Event
View
Model
Link copied to clipboard
constructor
(
)
Functions
add
Closeable
Link copied to clipboard
open
fun
addCloseable
(
@
NonNull
p0
:
Closeable
)
launch
Link copied to clipboard
fun
launch
(
event
:
NavigationEvent
)
observe
Events
Link copied to clipboard
fun
observeEvents
(
owner
:
LifecycleOwner
,
observer
:
(
NavigationEvent
)
->
Unit
)