Real Mavericks State Factory
class RealMavericksStateFactory<VM : MavericksViewModel<S>, S : MavericksState> : MavericksStateFactory<VM, S>
Content copied to clipboard
Functions
create Initial State
Link copied to clipboard
open override fun createInitialState(viewModelClass: Class<out VM>, stateClass: Class<out S>, viewModelContext: ViewModelContext, stateRestorer: StateRestorer<VM, S>?): S
Content copied to clipboard