PNStatus
class PNStatus(val category: PNStatusCategory, val exception: PubNubException? = null, val currentTimetoken: Long? = null, val affectedChannels: Collection<String> = emptySet(), val affectedChannelGroups: Collection<String> = emptySet())
Constructors
Link copied to clipboard
constructor(category: PNStatusCategory, exception: PubNubException? = null, currentTimetoken: Long? = null, affectedChannels: Collection<String> = emptySet(), affectedChannelGroups: Collection<String> = emptySet())