Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
actual interface Publish : <ERROR CLASS> ERROR CLASS: Symbol not found for PNFuture<ERROR CLASS: Symbol not found for PNPublishResult>
expect interface Publish : PNFuture<PNPublishResult>
actual interface Publish : PNFuture<PNPublishResult>
actual interface Publish : Endpoint<PNPublishResult>
Link copied to clipboard
class PublishImpl(pubnub: ERROR CLASS: Symbol not found for KMPPubNub, channel: String, message: Any, meta: Any?, shouldStore: Boolean?, usePost: Boolean, ttl: Int?, customMessageType: String?) : Publish
Link copied to clipboard
class SignalImpl(pubnub: ERROR CLASS: Symbol not found for KMPPubNub, channel: String, message: Any, customMessageType: String?) : <ERROR CLASS> ERROR CLASS: Symbol not found for Signal