Holder

data class Holder(val cachedProperties: Map<String, Value>) : Parcelable

Atmosphere Holder class to be used within Saver.

Constructors

Link copied to clipboard
fun Holder(cachedProperties: Map<String, Value>)

Functions

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

Properties

Link copied to clipboard

Cached properties.