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
/
PNStatus
/
PNStatus
PNStatus
constructor
(
category
:
PNStatusCategory
,
exception
:
PubNubException
?
=
null
,
currentTimetoken
:
Long
?
=
null
,
affectedChannels
:
Collection
<
String
>
=
emptySet()
,
affectedChannelGroups
:
Collection
<
String
>
=
emptySet()
)