A
B
C
D
E
F
G
I
L
M
N
O
P
R
S
T
U
V
W
_
F
- fillInStackTrace() - function in kotlin.ViewModelDoesNotExistException
- flowWhenStarted(Flow,LifecycleOwner) - function in com.airbnb.mvrx.MavericksLifecycleAwareFlowKt
- Emits values from the source flow only when the owner is started.
- fragment() - function in com.airbnb.mvrx.FragmentViewModelContext
- Convenience method to type fragment.
- fragmentViewModel(T,KClass,Function0) - function in com.airbnb.mvrx.MavericksExtensionsKt
- Gets or creates a ViewModel scoped to this Fragment.
- FragmentViewModelContext - class in com.airbnb.mvrx
- The ViewModelContext for a ViewModel created with a fragment scope (
val viewModel by fragmentViewModel<MyViewModel>).