Package-level declarations

Types

Link copied to clipboard
actual interface GetAllUUIDMetadata : <ERROR CLASS> ERROR CLASS: Symbol not found for PNFuture<com/pubnub/api/models/consumer/objects/uuid/PNUUIDMetadataArrayResult>
Link copied to clipboard
class GetAllUUIDMetadataImpl(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) : GetAllUUIDMetadata
Link copied to clipboard
actual interface GetUUIDMetadata : <ERROR CLASS> ERROR CLASS: Symbol not found for PNFuture<com/pubnub/api/models/consumer/objects/uuid/PNUUIDMetadataResult>
Link copied to clipboard
class GetUUIDMetadataImpl(pubnub: ERROR CLASS: Symbol not found for KMPPubNub, metadataId: String?, includeCustom: Boolean) : GetUUIDMetadata
Link copied to clipboard
actual interface RemoveUUIDMetadata : <ERROR CLASS> ERROR CLASS: Symbol not found for PNFuture<com/pubnub/api/models/consumer/objects/PNRemoveMetadataResult>
Link copied to clipboard
Link copied to clipboard
actual interface SetUUIDMetadata : <ERROR CLASS> ERROR CLASS: Symbol not found for PNFuture<com/pubnub/api/models/consumer/objects/uuid/PNUUIDMetadataResult>
Link copied to clipboard
class SetUUIDMetadataImpl(pubnub: ERROR CLASS: Symbol not found for KMPPubNub, metadataId: String?, name: String?, externalId: String?, profileUrl: String?, email: String?, custom: CustomObject?, includeCustom: Boolean, type: String?, status: String?, ifMatchesEtag: String? = null) : SetUUIDMetadata