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
/
PNPublishResult
PNPublish
Result
class
PNPublishResult
(
val
timetoken
:
Long
)
Result of the Publish operation
Members
Constructors
PNPublish
Result
Link copied to clipboard
constructor
(
timetoken
:
Long
)
Properties
timetoken
Link copied to clipboard
val
timetoken
:
Long
The time token when the message or signal was published.
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String