PresenceEvent

interface PresenceEvent

Type for PresenceEvent

Properties

Link copied to clipboard
abstract val action: PresenceMessage.Action

The type of the presence event.

Link copied to clipboard
abstract val clientId: String

The clientId of the client that triggered the presence event.

Link copied to clipboard
abstract val data: PresenceData?

The data associated with the presence event.

Link copied to clipboard
abstract val timestamp: Long

The timestamp of the presence event.