pubnub-kotlin-docs
Toggle table of contents
13.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
pubnub-kotlin-docs
pubnub-kotlin-core-api
/
com.pubnub.api.models.consumer.pubsub
/
MessageResult
Message
Result
interface
MessageResult
:
PubSubResult
Inheritors
PNMessageResult
PNSignalResult
Members
Properties
channel
Link copied to clipboard
abstract
override
val
channel
:
String
custom
Message
Type
Link copied to clipboard
abstract
val
customMessageType
:
String
?
message
Link copied to clipboard
abstract
val
message
:
JsonElement
The actual message content
publisher
Link copied to clipboard
abstract
val
publisher
:
String
?
subscription
Link copied to clipboard
abstract
override
val
subscription
:
String
?
timetoken
Link copied to clipboard
abstract
override
val
timetoken
:
Long
?
user
Metadata
Link copied to clipboard
abstract
val
userMetadata
:
JsonElement
?