ContextUsersStatusChangedEventData

data class ContextUsersStatusChangedEventData(val contextId: String, val users: List<UserWithAction>)

Holds data of event that arrives when the statuses of users in the Context change.

Constructors

Link copied to clipboard
constructor(contextId: String, users: List<UserWithAction>)

Properties

Link copied to clipboard

ID of the Context

Link copied to clipboard

List of users with their changed statuses