VastFragment
Functions
Link copied to clipboard
Clear the ViewBinding. By default, it will throw a IllegalStateException.
Link copied to clipboard
Return a ViewModel.
Link copied to clipboard
Get the ViewBinding. By default, it will throw a IllegalStateException.
Link copied to clipboard
Link copied to clipboard
Get the ViewModel. By default, it will throw a IllegalStateException.
Link copied to clipboard
When setVmBySelf is true, it means that ViewModelStoreOwner is Fragment itself. When you want ViewModelStoreOwner to be the androidx.fragment.app.FragmentActivity this fragment is currently associated with, set setVmBySelf to false.