MavericksStateFactory

interface MavericksStateFactory<VM : MavericksViewModel<S>, S : MavericksState>

Functions

createInitialState
Link copied to clipboard
abstract fun createInitialState(viewModelClass: Class<out VM>, stateClass: Class<out S>, viewModelContext: ViewModelContext, stateRestorer: StateRestorer<VM, S>?): S

Inheritors

RealMavericksStateFactory
Link copied to clipboard