View Model Context
sealed class ViewModelContext
Content copied to clipboard
Creation context for the ViewModel. Includes the ViewModel store owner (either an activity or fragment), and fragment arguments set via Mavericks.KEY_ARG.
For activity scoped ViewModels see ActivityViewModelContext. For fragment scoped ViewModels see FragmentViewModelContext.
Never store a reference to this context, or the activity/fragment.