A
B
C
D
E
F
G
I
L
M
N
O
P
R
S
T
U
V
W
_
G
- get(Class,Class,ViewModelContext,String,Boolean,MavericksStateFactory) - function in com.airbnb.mvrx.MavericksViewModelProvider
- Mavericks specific ViewModelProvider used for creating a BaseMavericksViewModel scoped to either a Fragment or ComponentActivity.
- get(Function1) - function in com.airbnb.mvrx.ScriptableMavericksStateStore
- get(Function1) - function in com.airbnb.mvrx.ScriptableStateStore
- getActivity() - function in com.airbnb.mvrx.ViewModelContext
- The activity which is using the ViewModel.
- getActivity() - function in com.airbnb.mvrx.ActivityViewModelContext
- The activity which is using the ViewModel.
- getActivity() - function in com.airbnb.mvrx.FragmentViewModelContext
- The activity which is using the ViewModel.
- getArgs() - function in com.airbnb.mvrx.ViewModelContext
- Fragment arguments set via Mavericks.KEY_ARG.
- getArgs() - function in com.airbnb.mvrx.ActivityViewModelContext
- Fragment arguments set via Mavericks.KEY_ARG.
- getArgs() - function in com.airbnb.mvrx.FragmentViewModelContext
- Fragment arguments set via Mavericks.KEY_ARG.
- getCause() - function in com.airbnb.mvrx.ViewModelDoesNotExistException
- getConfig() - function in com.airbnb.mvrx.MavericksViewModel
- getContextOverride() - function in com.airbnb.mvrx.MavericksViewModelConfigFactory
- Provide a default context for viewModelScope.
- getCoroutineScope() - function in com.airbnb.mvrx.MavericksViewModelConfig
- The coroutine scope that will be provided to the view model.
- getDebugMode() - function in com.airbnb.mvrx.MavericksViewModelConfig
- If true, extra validations will be applied to ensure the view model is used correctly.
- getDebugMode() - function in com.airbnb.mvrx.MavericksViewModelConfigFactory
- True if debug checks should be run.
- getFlow() - function in com.airbnb.mvrx.ScriptableMavericksStateStore
- getFlow() - function in com.airbnb.mvrx.ScriptableStateStore
- getFragment() - function in com.airbnb.mvrx.FragmentViewModelContext
- The fragment owner of the ViewModel.
- getInitializer() - function in com.airbnb.mvrx.lifecycleAwareLazy
- getKEY_ARG() - function in com.airbnb.mvrx.Mavericks
- If your initial state needs to use Fragment arguments, store your arguments as a parcelable class stored at this key.
- getLifecycle() - function in androidx.lifecycle.MavericksView
- getLocalizedMessage() - function in kotlin.ViewModelDoesNotExistException
- getMavericksViewInternalViewModel() - function in com.airbnb.mvrx.MavericksView
- getMessage() - function in com.airbnb.mvrx.ViewModelDoesNotExistException
- getMvrxViewId() - function in com.airbnb.mvrx.MavericksView
- getStackTrace() - function in kotlin.ViewModelDoesNotExistException
- getState() - function in com.airbnb.mvrx.ScriptableMavericksStateStore
- getState() - function in com.airbnb.mvrx.ScriptableStateStore
- getStateClass() - function in com.airbnb.mvrx.StateRestorer
- getStateFlow() - function in com.airbnb.mvrx.MavericksViewModel
- getStateStore() - function in com.airbnb.mvrx.MavericksViewModelConfig
- The state store instance that will control the state of the ViewModel.
- getStoreContextOverride() - function in com.airbnb.mvrx.MavericksViewModelConfigFactory
- Provide an additional context that will be used in the CoroutinesStateStore.
- getSubscriptionCoroutineContextOverride() - function in com.airbnb.mvrx.MavericksViewModelConfig
- Provide a context that will be added to the coroutine scope when a subscription is registered (eg MavericksView.onEach).
- getSubscriptionCoroutineContextOverride() - function in com.airbnb.mvrx.MavericksViewModelConfigFactory
- Provide a context that will be added to the coroutine scope when a subscription is registered (eg MavericksView.onEach).
- getSubscriptionId() - function in com.airbnb.mvrx.DeliveryMode
- getSubscriptionId() - function in com.airbnb.mvrx.RedeliverOnStart
- getSubscriptionId() - function in com.airbnb.mvrx.UniqueOnly
- getSubscriptionLifecycleOwner() - function in com.airbnb.mvrx.MavericksView
- getSuppressed() - function in kotlin.ViewModelDoesNotExistException
- getTag(String) - function in androidx.lifecycle.MavericksViewInternalViewModel
- getTag(String) - function in androidx.lifecycle.MavericksViewModelWrapper
- getToRestoredState() - function in com.airbnb.mvrx.StateRestorer
- getValue() - function in com.airbnb.mvrx.lifecycleAwareLazy
- getViewModel() - function in com.airbnb.mvrx.MavericksViewModelWrapper
- getViewModelClass() - function in com.airbnb.mvrx.StateRestorer
- getViewModelConfigFactory() - function in com.airbnb.mvrx.Mavericks
- getViewModelContext() - function in com.airbnb.mvrx.StateRestorer
- getViewModelDelegateFactory() - function in com.airbnb.mvrx.Mavericks
- A factory that provides the Lazy ViewModels created for Mavericks extension functions, such as activityViewModel.
- getViewModelScope() - function in com.airbnb.mvrx.MavericksViewModel