PNObjectEventResult

data class PNObjectEventResult(result: BasePubSubResult, val extractedMessage: PNObjectEventMessage) : PubSubResult

Constructors

Link copied to clipboard
constructor(result: BasePubSubResult, extractedMessage: PNObjectEventMessage)

Properties

Link copied to clipboard
open override val channel: String
Link copied to clipboard
open override val publisher: String?
Link copied to clipboard
open override val subscription: String?
Link copied to clipboard
open override val timetoken: Long?
Link copied to clipboard
open override val userMetadata: JsonElement?