StateContainer

abstract class StateContainer : Cloneable

Implemented by the class used to store state within both Components and Sections to store state.

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
class StateUpdate(val type: Int, params: Any) : StateUpdateApplier

Functions

Link copied to clipboard
abstract fun applyStateUpdate(stateUpdate: StateContainer.StateUpdate)
Link copied to clipboard
open override fun clone(): StateContainer