public class

Preference.BaseSavedState

extends AbsSavedState

 java.lang.Object

↳AbsSavedState

↳androidx.preference.Preference.BaseSavedState

Overview

A base class for managing the instance state of a Preference.

Summary

Fields
public static final <any>CREATOR

Constructors
publicBaseSavedState(Parcel source)

publicBaseSavedState(Parcelable superState)

Methods
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Fields

public static final <any> CREATOR

Constructors

public BaseSavedState(Parcel source)

public BaseSavedState(Parcelable superState)