toggle menu
pubnub-kotlin-core-api
10.2.0
common
switch theme
search in API
pubnub-kotlin-core-api
/
com.pubnub.api.models.consumer.history
/
PNFetchMessageItem
/
Action
Action
common
class
Action
(
val
uuid
:
String
,
val
actionTimetoken
:
Long
)
:
Action
Members
Constructors
Action
Link copied to clipboard
common
constructor
(
uuid
:
String
,
actionTimetoken
:
Long
)
Properties
action
Timetoken
Link copied to clipboard
common
val
actionTimetoken
:
Long
The publish timetoken of the message action.
uuid
Link copied to clipboard
common
val
uuid
:
String
The UUID of the publisher.
Functions
equals
Link copied to clipboard
common
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
common
open
override
fun
hashCode
(
)
:
Int