toggle menu
pubnub-kotlin-core-api
10.2.0
common
switch theme
search in API
pubnub-kotlin-core-api
/
com.pubnub.api.models.consumer.presence
/
PNGetStateResult
PNGet
State
Result
common
class
PNGetStateResult
(
val
stateByUUID
:
Map
<
String
,
JsonElement
>
)
Result of the GetPresenceState operation.
Members
Constructors
PNGet
State
Result
Link copied to clipboard
common
constructor
(
stateByUUID
:
Map
<
String
,
JsonElement
>
)
Properties
state
By
UUID
Link copied to clipboard
common
val
stateByUUID
:
Map
<
String
,
JsonElement
>
Map of UUIDs and the user states.