PNPresenceEventResult
class PNPresenceEventResult(val event: String? = null, val uuid: String? = null, val timestamp: Long? = null, val occupancy: Int? = null, val state: JsonElement? = null, val channel: String, val subscription: String? = null, val timetoken: Long? = null, val join: List<String>? = null, val leave: List<String>? = null, val timeout: List<String>? = null, val hereNowRefresh: Boolean? = null, val userMetadata: Any? = null) : PNEvent
Wrapper around a presence event.
Constructors
Link copied to clipboard
constructor(event: String? = null, uuid: String? = null, timestamp: Long? = null, occupancy: Int? = null, state: JsonElement? = null, channel: String, subscription: String? = null, timetoken: Long? = null, join: List<String>? = null, leave: List<String>? = null, timeout: List<String>? = null, hereNowRefresh: Boolean? = null, userMetadata: Any? = null)
Properties
Link copied to clipboard
Indicates to the user that a manual HereNow should be called to get the complete list of users present in the channel.
Link copied to clipboard
Presence state of the related UUID, if any.
Link copied to clipboard
The related subscriptions.
Link copied to clipboard
User metadata if any.