sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
preference
/
androidx.preference
/
Preference
/
BaseSavedState
Base
Saved
State
open
class
BaseSavedState
:
AbsSavedState
(
source
)
A base class for managing the instance state of a
Preference
.
Members
Constructors
Base
Saved
State
Link copied to clipboard
constructor
(
source
:
Parcel
)
constructor
(
superState
:
Parcelable
)
Properties
CREATOR
Link copied to clipboard
@
NonNull
val
CREATOR
:
Parcelable.Creator
<
Preference.BaseSavedState
>