SubscribeCallback

Constructors

Link copied to clipboard
constructor()

Types

Functions

Link copied to clipboard
open fun channel(pubnub: PubNub, pnChannelMetadataResult: PNChannelMetadataResult)
Link copied to clipboard
open fun file(pubnub: PubNub, result: PNFileEventResult)
Link copied to clipboard
open fun membership(pubnub: PubNub, pnMembershipResult: PNMembershipResult)
Link copied to clipboard
open fun message(pubnub: PubNub, result: PNMessageResult)
Link copied to clipboard
open fun messageAction(pubNub: PubNub, result: PNMessageActionResult)
Link copied to clipboard
open fun presence(pubnub: PubNub, result: PNPresenceEventResult)
Link copied to clipboard
open fun signal(pubnub: PubNub, result: PNSignalResult)
Link copied to clipboard
abstract fun status(pubnub: PubNub, status: PNStatus)

Receive status updates from the PubNub client, such as:

Link copied to clipboard
open fun uuid(pubnub: PubNub, pnUUIDMetadataResult: PNUUIDMetadataResult)