ParcelableBooleanList

data class ParcelableBooleanList(val value: List<Boolean>) : Parcelable

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

See also

Constructors

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

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)