ParcelableLongList

data class ParcelableLongList(val value: List<Long>) : Parcelable

Optimized parcelable wrapper for a list of longs, suitable for Binder transactions.

See also

Constructors

Link copied to clipboard
constructor(parcel: Parcel)
constructor(value: List<Long>)

Types

Link copied to clipboard

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open override fun writeToParcel(parcel: Parcel, flags: Int)