pubnub-kotlin-docs
Toggle table of contents
13.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
pubnub-kotlin-docs
pubnub-gson-api
/
com.pubnub.api.java.models.consumer.objects_api.channel
/
PNChannelMetadataResult
PNChannel
Metadata
Result
open
class
PNChannelMetadataResult
:
ObjectResult
<
PNChannelMetadata
>
,
PubSubResult
Members
Constructors
PNChannel
Metadata
Result
Link copied to clipboard
constructor
(
event
:
String
,
channel
:
String
,
subscription
:
String
,
getTimetoken
:
Long
,
userMetadata
:
JsonElement
,
publisher
:
String
,
data
:
PNChannelMetadata
)
Functions
get
Channel
Link copied to clipboard
abstract
fun
getChannel
(
)
:
String
get
Data
Link copied to clipboard
abstract
fun
getData
(
)
:
T
get
Event
Link copied to clipboard
abstract
fun
getEvent
(
)
:
String
get
Publisher
Link copied to clipboard
abstract
fun
getPublisher
(
)
:
String
get
Subscription
Link copied to clipboard
abstract
fun
getSubscription
(
)
:
String
get
Timetoken
Link copied to clipboard
abstract
fun
getTimetoken
(
)
:
Long
get
User
Metadata
Link copied to clipboard
abstract
fun
getUserMetadata
(
)
:
JsonElement