NewInstanceFactory
open class NewInstanceFactory : ViewModelProvider.Factory
kotlin.Any | |
↳ | androidx.lifecycle.ViewModelProvider.NewInstanceFactory |
Simple factory, which calls empty constructor on the give class.
Summary
Public constructors | |
---|---|
<init>() Simple factory, which calls empty constructor on the give class. |
Public methods | |
---|---|
open T |
Public constructors
<init>
NewInstanceFactory()
Simple factory, which calls empty constructor on the give class.