Package-level declarations

Types

Link copied to clipboard
actual interface DeleteMessages : <ERROR CLASS> ERROR CLASS: Symbol not found for PNFuture<ERROR CLASS: Symbol not found for PNDeleteMessagesResult>
Link copied to clipboard
class DeleteMessagesImpl(pubnub: ERROR CLASS: Symbol not found for KMPPubNub, channels: List<String>, start: Long?, end: Long?) : DeleteMessages
Link copied to clipboard
actual interface FetchMessages : <ERROR CLASS> ERROR CLASS: Symbol not found for PNFuture<ERROR CLASS: Symbol not found for PNFetchMessagesResult>
Link copied to clipboard
open class FetchMessagesImpl(pubnub: ERROR CLASS: Symbol not found for KMPPubNub, channels: List<String>, page: ERROR CLASS: Symbol not found for PNBoundedPage, includeUUID: Boolean, includeMeta: Boolean, includeMessageActions: Boolean, includeMessageType: Boolean, includeCustomMessageType: Boolean) : FetchMessages
Link copied to clipboard
Link copied to clipboard
actual interface MessageCounts : <ERROR CLASS> ERROR CLASS: Symbol not found for PNFuture<ERROR CLASS: Symbol not found for PNMessageCountResult>
Link copied to clipboard
class MessageCountsImpl(pubnub: ERROR CLASS: Symbol not found for KMPPubNub, channels: List<String>, channelsTimetoken: List<Long>) : MessageCounts
Link copied to clipboard
class TimeImpl(pubnub: ERROR CLASS: Symbol not found for KMPPubNub) : <ERROR CLASS> ERROR CLASS: Symbol not found for Time