ViewModelStores
-
android
class ViewModelStores
Factory methods for ViewModelStore class.
Summary
Public functions |
||
|---|---|---|
java-static ViewModelStore |
@MainThreadThis function is deprecated. |
android
|
java-static ViewModelStore |
@MainThreadThis function is deprecated. |
android
|
Public functions
of
@MainThread
java-static funof(activity: FragmentActivity): ViewModelStore
Returns the ViewModelStore of the given activity.
| Parameters | |
|---|---|
activity: FragmentActivity |
an activity whose |
| Returns | |
|---|---|
ViewModelStore |
a |
of
@MainThread
java-static funof(fragment: Fragment): ViewModelStore
Returns the ViewModelStore of the given fragment.
| Parameters | |
|---|---|
fragment: Fragment |
a fragment whose |
| Returns | |
|---|---|
ViewModelStore |
a |