AsyncRequestId

data class AsyncRequestId(val id: Int) : RegistrationToken

Identifies an async request.

Constructors

Link copied to clipboard
fun AsyncRequestId(id: Int)

Properties

Link copied to clipboard
open override val id: Int

Inherited functions

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