PresenceEvent

sealed interface PresenceEvent : ResourceEvent

Inheritors

Types

Link copied to clipboard
data class Changed(val count: Long) : PresenceEvent
Link copied to clipboard
data class Initialized(val count: Long) : PresenceEvent

Properties

Link copied to clipboard
abstract val count: Long

count is the current count value.