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.history
/
PNFetchMessageItem
/
Action
Action
class
Action
(
uuid
:
String
,
actionTimetoken
:
Long
)
:
Action
Members
Constructors
Action
Link copied to clipboard
constructor
(
uuid
:
String
,
actionTimetoken
:
Long
)
Properties
action
Timetoken
Link copied to clipboard
val
actionTimetoken
:
Long
The publish timetoken of the message action.
uuid
Link copied to clipboard
val
uuid
:
String
The UUID of the publisher.
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int