Holder

data class Holder : Parcelable

Atmosphere Holder class to be used within Saver.

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
val savedProperties: Map<String, Value>

Saved properties. Note that we use a generic Map to be able to evolve this class without breaking changes.