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
class DeleteMessagesImpl(pubnub: PubNub, params: PubNub.DeleteMessagesParameters) : DeleteMessages, EndpointImpl<Unit, PNDeleteMessagesResult>
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
class FetchMessagesImpl(pubnub: PubNub, params: PubNub.FetchMessagesParameters) : FetchMessages, EndpointImpl<PubNub.FetchMessagesResponse, PNFetchMessagesResult>
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
class MessageCountsImpl(pubnub: PubNub, params: PubNub.MessageCountsParameters) : MessageCounts, EndpointImpl<PubNub.MessageCountsResponse, PNMessageCountResult>
Link copied to clipboard
class TimeImpl(pubnub: ERROR CLASS: Symbol not found for KMPPubNub) : <ERROR CLASS> ERROR CLASS: Symbol not found for Time