Package-level declarations
Types
Link copied to clipboard
actual interface AddChannelsToPush : <ERROR CLASS> ERROR CLASS: Symbol not found for PNFuture<ERROR CLASS: Symbol not found for PNPushAddChannelResult>
Link copied to clipboard
class AddChannelsToPushImpl(pushType: ERROR CLASS: Symbol not found for PNPushType, pubnub: ERROR CLASS: Symbol not found for KMPPubNub, channels: List<String>, deviceId: String, topic: String?, environment: ERROR CLASS: Symbol not found for PNPushEnvironment) : AddChannelsToPush
class AddChannelsToPushImpl(pubnub: PubNub, params: PubNub.PushChannelParameters) : AddChannelsToPush, EndpointImpl<Unit, PNPushAddChannelResult>
Link copied to clipboard
actual interface ListPushProvisions : <ERROR CLASS> ERROR CLASS: Symbol not found for PNFuture<ERROR CLASS: Symbol not found for PNPushListProvisionsResult>
Link copied to clipboard
class ListPushProvisionsImpl(pubnub: ERROR CLASS: Symbol not found for KMPPubNub, deviceId: String, pushType: ERROR CLASS: Symbol not found for PNPushType, topic: String?, environment: ERROR CLASS: Symbol not found for PNPushEnvironment) : ListPushProvisions
Link copied to clipboard
actual interface RemoveAllPushChannelsForDevice : <ERROR CLASS> ERROR CLASS: Symbol not found for PNFuture<ERROR CLASS: Symbol not found for PNPushRemoveAllChannelsResult>
Link copied to clipboard
class RemoveAllPushChannelsForDeviceImpl(pubnub: ERROR CLASS: Symbol not found for KMPPubNub, deviceId: String, pushType: ERROR CLASS: Symbol not found for PNPushType, topic: String?, environment: ERROR CLASS: Symbol not found for PNPushEnvironment) : RemoveAllPushChannelsForDevice
Link copied to clipboard
actual interface RemoveChannelsFromPush : <ERROR CLASS> ERROR CLASS: Symbol not found for PNFuture<ERROR CLASS: Symbol not found for PNPushRemoveChannelResult>
Link copied to clipboard
class RemoveChannelsFromPushImpl(pubnub: ERROR CLASS: Symbol not found for KMPPubNub, channels: List<String>, deviceId: String, pushType: ERROR CLASS: Symbol not found for PNPushType, topic: String?, environment: ERROR CLASS: Symbol not found for PNPushEnvironment) : RemoveChannelsFromPush
class RemoveChannelsFromPushImpl(pubnub: PubNub, params: PubNub.PushChannelParameters) : RemoveChannelsFromPush, EndpointImpl<Unit, PNPushRemoveChannelResult>