Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static class

Preference.BaseSavedState

extends AbsSavedState
java.lang.Object
   ↳ android.view.AbsSavedState
     ↳ android.preference.Preference.BaseSavedState

Class Overview

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

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator < Preference.BaseSavedState > CREATOR
[Expand]
Inherited Fields
From class android.view.AbsSavedState
Public Constructors
Preference.BaseSavedState ( Parcel source)
Preference.BaseSavedState ( Parcelable superState)
[Expand]
Inherited Methods
From class android.view.AbsSavedState
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final Creator < Preference.BaseSavedState > CREATOR

Added in API level 1

Public Constructors

public Preference.BaseSavedState ( Parcel source)

Added in API level 1

public Preference.BaseSavedState ( Parcelable superState)

Added in API level 1