mvvm-core
/
dev.icerock.moko.mvvm
/
ViewModelFactory
android
View
Model
Factory
class
ViewModelFactory
(viewModelBlock: () ->
ViewModel
) :
ViewModelProvider.Factory
Content copied to clipboard
Functions
Functions
create
Link copied to clipboard
android
open override fun <
T
:
ViewModel
?>
create
(modelClass:
Class
<
T
>):
T
Content copied to clipboard
equals
Link copied to clipboard
android
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
android
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
android
open fun
toString
():
String
Content copied to clipboard