pubnub-kotlin-docs
Toggle table of contents
13.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
pubnub-kotlin-docs
pubnub-kotlin-core-api
/
com.pubnub.api.models.consumer.presence
/
PNGetStateResult
PNGet
State
Result
class
PNGetStateResult
(
val
stateByUUID
:
Map
<
String
,
JsonElement
>
)
Result of the GetPresenceState operation.
Members
Constructors
PNGet
State
Result
Link copied to clipboard
constructor
(
stateByUUID
:
Map
<
String
,
JsonElement
>
)
Properties
state
By
UUID
Link copied to clipboard
val
stateByUUID
:
Map
<
String
,
JsonElement
>
Map of UUIDs and the user states.