TTDC
androidJvm
appsuite_messaging_api_common_model
/
com.tomtom.ivi.appsuite.messaging.api.common.model
/
MessageStackNotificationId
Message
Stack
Notification
Id
data
class
MessageStackNotificationId
(
val
value
:
Long
)
:
Parcelable
A globally and temporally unique ID for a message stack notification.
Members
Constructors
Message
Stack
Notification
Id
Link copied to clipboard
constructor
(
value
:
Long
)
Properties
value
Link copied to clipboard
val
value
:
Long
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Inherited functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)