ViewState

abstract class ViewState<TModel : Any, TDependency>

Used to delegate the emitter to the rendered state for starting actions.

Parameters

TModel

the type of the Loop model

TDependency

the type of the Loop's dependency

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun emit(action: Action<TModel, TDependency>): Unit?

Delegate call to ActionEmitter.emit.