FunSequenceId

data class FunSequenceId(id: Long = 0) : Parcelable

Used to tie requests and completion tracer events together. Both request and completion events will log the same sequence identifier if they refer to the same request.

Constructors

Link copied to clipboard
fun FunSequenceId(id: Long = 0)

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)