CallId

data class CallId(val value: Long) : Parcelable

Represents an identifier that uniquely identifies a call.

Constructors

Link copied to clipboard
fun CallId(value: Long)

Properties

Link copied to clipboard
val value: Long

Inherited functions

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