Package-level declarations
Types
Link copied to clipboard
actual interface GetAllChannelMetadata : <ERROR CLASS> ERROR CLASS: Symbol not found for PNFuture<com/pubnub/api/models/consumer/objects/channel/PNChannelMetadataArrayResult>
Link copied to clipboard
class GetAllChannelMetadataImpl(pubnub: ERROR CLASS: Symbol not found for KMPPubNub, limit: Int?, page: ERROR CLASS: Symbol not found for PNPage??, filter: String?, sort: Collection<PNSortKey<PNKey>>, includeCount: Boolean, includeCustom: Boolean) : GetAllChannelMetadata
Link copied to clipboard
actual interface GetChannelMetadata : <ERROR CLASS> ERROR CLASS: Symbol not found for PNFuture<com/pubnub/api/models/consumer/objects/channel/PNChannelMetadataResult>
Link copied to clipboard
class GetChannelMetadataImpl(pubnub: ERROR CLASS: Symbol not found for KMPPubNub, channelId: String, includeCustom: Boolean) : GetChannelMetadata
Link copied to clipboard
actual interface RemoveChannelMetadata : <ERROR CLASS> ERROR CLASS: Symbol not found for PNFuture<com/pubnub/api/models/consumer/objects/PNRemoveMetadataResult>
Link copied to clipboard
class RemoveChannelMetadataImpl(pubnub: ERROR CLASS: Symbol not found for KMPPubNub, metadataId: String) : RemoveChannelMetadata
Link copied to clipboard
actual interface SetChannelMetadata : <ERROR CLASS> ERROR CLASS: Symbol not found for PNFuture<com/pubnub/api/models/consumer/objects/channel/PNChannelMetadataResult>
Link copied to clipboard
class SetChannelMetadataImpl(pubnub: ERROR CLASS: Symbol not found for KMPPubNub, metadataId: String, name: String?, description: String?, custom: CustomObject?, includeCustom: Boolean, type: String?, status: String?, ifMatchesEtag: String? = null) : SetChannelMetadata