MessagingStreamState

data class MessagingStreamState(val state: EventState, val reason: String? = null, val updatedAt: OffsetDateTime = OffsetDateTime.now())

Represents the state of a messaging stream.

Constructors

Link copied to clipboard
constructor(state: EventState, reason: String? = null, updatedAt: OffsetDateTime = OffsetDateTime.now())

Properties

Link copied to clipboard
val reason: String? = null

The reason for the state.

Link copied to clipboard

The state of the event.

Link copied to clipboard

The time at which the state was updated.