A  B  C  D  E  F  G  I  L  M  N  O  P  R  S  T  U  V  W  _ 

A

activity() - function in com.airbnb.mvrx.ViewModelContext
Convenience method to type activity.
activity() - function in com.airbnb.mvrx.ActivityViewModelContext
Convenience method to type activity.
activity() - function in com.airbnb.mvrx.FragmentViewModelContext
Convenience method to type activity.
activityViewModel(T,KClass,Function0) - function in com.airbnb.mvrx.MavericksExtensionsKt
fragmentViewModel except scoped to the current Activity.
ActivityViewModelContext - class in com.airbnb.mvrx
The ViewModelContext for a ViewModel created with an activity scope (val viewModel by activityViewModel<MyViewModel>).
addCloseable(Closeable) - function in androidx.lifecycle.MavericksViewInternalViewModel
 
addCloseable(Closeable) - function in androidx.lifecycle.MavericksViewModelWrapper
 
addOnConfigProvidedListener(Function2) - function in com.airbnb.mvrx.MavericksViewModelConfigFactory
Add a listener that will be called every time a MavericksViewModelConfig is created for a new view model.
addSuppressed(Throwable) - function in kotlin.ViewModelDoesNotExistException
 
AndroidStrictModeExtensionsKt - class in com.airbnb.mvrx
 
app() - function in com.airbnb.mvrx.ViewModelContext
Convenience method to access a typed Application.
app() - function in com.airbnb.mvrx.ActivityViewModelContext
Convenience method to access a typed Application.
app() - function in com.airbnb.mvrx.FragmentViewModelContext
Convenience method to access a typed Application.
appendAt(List,List,Integer) - function in com.airbnb.mvrx.MavericksExtensionsKt
Helper to handle pagination.
args() - function in com.airbnb.mvrx.ViewModelContext
Convenience method to type args.
args() - function in com.airbnb.mvrx.ActivityViewModelContext
Convenience method to type args.
args() - function in com.airbnb.mvrx.FragmentViewModelContext
Convenience method to type args.
args() - function in com.airbnb.mvrx.MavericksExtensionsKt
Fragment argument delegate that makes it possible to set fragment args without creating a key for each one.
argsOrNull() - function in com.airbnb.mvrx.MavericksExtensionsKt
Fragment argument delegate that makes it possible to set fragment args without creating a key for each one.
asContextElement(StrictMode.ThreadPolicy) - function in com.airbnb.mvrx.AndroidStrictModeExtensionsKt
Wraps StrictMode.ThreadPolicy into ThreadContextElement.
asMavericksArgs(Serializable) - function in com.airbnb.mvrx.MavericksExtensionsKt
Takes anything that is serializable and creates a Mavericks Fragment argument Bundle.
asMavericksArgs(Parcelable) - function in com.airbnb.mvrx.MavericksExtensionsKt
Takes anything that is Parcelable and creates a Mavericks Fragment argument Bundle.
awaitState() - function in com.airbnb.mvrx.MavericksViewModel
Calling this function suspends until all pending setState reducers are run and then returns the latest state.
A  B  C  D  E  F  G  I  L  M  N  O  P  R  S  T  U  V  W  _