PNMembershipResult

Constructors

Link copied to clipboard
constructor(event: String, data: PNMembership, channel: String, subscription: String, timetoken: Long, userMetadata: JsonElement, publisher: String)

Functions

Link copied to clipboard
abstract fun getChannel(): String
Link copied to clipboard
abstract fun getData(): T
Link copied to clipboard
abstract fun getEvent(): String
Link copied to clipboard
abstract fun getPublisher(): String
Link copied to clipboard
abstract fun getSubscription(): String
Link copied to clipboard
abstract fun getTimetoken(): Long
Link copied to clipboard
abstract fun getUserMetadata(): JsonElement