sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
preference
/
androidx.preference
/
ListPreferenceDialogFragment
List
Preference
Dialog
Fragment
open
class
ListPreferenceDialogFragment
:
PreferenceDialogFragment
(
source
)
Deprecated
Use
ListPreferenceDialogFragmentCompat
instead
Members
Constructors
List
Preference
Dialog
Fragment
Link copied to clipboard
constructor
(
)
Functions
new
Instance
Link copied to clipboard
@
NonNull
open
fun
newInstance
(
key
:
String
)
:
ListPreferenceDialogFragment
on
Create
Link copied to clipboard
open
fun
onCreate
(
@
Nullable
savedInstanceState
:
Bundle
)
on
Dialog
Closed
Link copied to clipboard
open
fun
onDialogClosed
(
positiveResult
:
Boolean
)
on
Save
Instance
State
Link copied to clipboard
open
fun
onSaveInstanceState
(
@
NonNull
outState
:
Bundle
)