Package-level declarations

Types

Link copied to clipboard
data class PNBoundedPage(val start: Long? = null, val end: Long? = null, val limit: Int? = null)

The paging object used for pagination

Link copied to clipboard
class PNPublishResult(val timetoken: Long)

Result of the Publish operation

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

Result of the Time operation.