MessageStackNotificationId

data class MessageStackNotificationId(val value: Long) : Parcelable

A globally and temporally unique ID for a message stack notification.

Constructors

Link copied to clipboard
fun MessageStackNotificationId(value: Long)

Properties

Link copied to clipboard
val value: Long

Functions

Link copied to clipboard
open override fun toString(): String

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)