StateChangeEventPayload

@Serializable
data class StateChangeEventPayload(val state: NodeState) : EventPayload(source)

New lifecycle state after a STATE_CHANGE event.

Constructors

Link copied to clipboard
constructor(state: NodeState)

Properties

Link copied to clipboard