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())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@get:JvmName(name = "isError")
val error: Boolean
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String