ActivityStateChangedEvent

@Serializable
class ActivityStateChangedEvent(val state: Int) : NoticeEvent

Constructors

Link copied to clipboard
constructor(state: Int)

Properties

Link copied to clipboard
val state: Int