toggle menu
pubnub-kotlin-core-api
10.2.0
common
switch theme
search in API
pubnub-kotlin-core-api
/
com.pubnub.api.models.consumer
/
PNPublishResult
PNPublish
Result
common
class
PNPublishResult
(
val
timetoken
:
Long
)
Result of the Publish operation
Members
Constructors
PNPublish
Result
Link copied to clipboard
common
constructor
(
timetoken
:
Long
)
Properties
timetoken
Link copied to clipboard
common
val
timetoken
:
Long
The time token when the message or signal was published.
Functions
to
String
Link copied to clipboard
common
open
override
fun
toString
(
)
:
String