Package-level declarations

Types

Link copied to clipboard
actual interface GetState : <ERROR CLASS> ERROR CLASS: Symbol not found for PNFuture<ERROR CLASS: Symbol not found for PNGetStateResult>
expect interface GetState : PNFuture<PNGetStateResult>
actual interface GetState : PNFuture<PNGetStateResult>
actual interface GetState : Endpoint<PNGetStateResult>
Link copied to clipboard
class GetStateImpl(pubnub: ERROR CLASS: Symbol not found for KMPPubNub, channels: List<String>, channelGroups: List<String>, uuid: String) : GetState
Link copied to clipboard
actual interface HereNow : <ERROR CLASS> ERROR CLASS: Symbol not found for PNFuture<ERROR CLASS: Symbol not found for PNHereNowResult>
expect interface HereNow : PNFuture<PNHereNowResult>
actual interface HereNow : PNFuture<PNHereNowResult>
actual interface HereNow : Endpoint<PNHereNowResult>
Link copied to clipboard
class HereNowImpl(pubnub: ERROR CLASS: Symbol not found for KMPPubNub, channels: List<String>, channelGroups: List<String>, includeState: Boolean, includeUUIDs: Boolean, limit: Int = 1000, offset: Int? = null) : HereNow
Link copied to clipboard
actual interface SetState : <ERROR CLASS> ERROR CLASS: Symbol not found for PNFuture<ERROR CLASS: Symbol not found for PNSetStateResult>
expect interface SetState : PNFuture<PNSetStateResult>
actual interface SetState : PNFuture<PNSetStateResult>
actual interface SetState : Endpoint<PNSetStateResult>
Link copied to clipboard
class SetStateImpl(pubnub: ERROR CLASS: Symbol not found for KMPPubNub, channels: List<String>, channelGroups: List<String>, state: Any) : SetState
Link copied to clipboard
actual interface WhereNow : <ERROR CLASS> ERROR CLASS: Symbol not found for PNFuture<ERROR CLASS: Symbol not found for PNWhereNowResult>
expect interface WhereNow : PNFuture<PNWhereNowResult>
actual interface WhereNow : PNFuture<PNWhereNowResult>
actual interface WhereNow : Endpoint<PNWhereNowResult>
Link copied to clipboard
class WhereNowImpl(pubnub: ERROR CLASS: Symbol not found for KMPPubNub, uuid: String) : WhereNow