PNHereNowOccupantData

class PNHereNowOccupantData(val uuid: String, val state: JsonElement? = null)

Wrapper class representing a UUID (user) within the means of HereNow calls.

Constructors

Link copied to clipboard
constructor(uuid: String, state: JsonElement? = null)

Properties

Link copied to clipboard

Presence State of the user if requested via HereNow.includeState.

Link copied to clipboard

UUID of the user if requested via HereNow.includeUUIDs.