ContextSetterInterface

interface ContextSetterInterface

Types

Link copied to clipboard
object Companion
Link copied to clipboard
enum SetStateResult : Enum<ContextSetterInterface.SetStateResult>

Functions

Link copied to clipboard
abstract fun setState(    namespaceAndName: NamespaceAndName,     state: BaseContextState,     refreshPolicy: StateRefreshPolicy,     type: ContextType,     stateRequestToken: Int = FORCE_SET_TOKEN): ContextSetterInterface.SetStateResult

Set a state

Inheritors

Link copied to clipboard