sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
preference
/
androidx.preference
/
SeslSwitchPreferenceScreen
Sesl
Switch
Preference
Screen
open
class
SeslSwitchPreferenceScreen
:
SwitchPreferenceCompat
(
source
)
Members
Constructors
Sesl
Switch
Preference
Screen
Link copied to clipboard
constructor
(
@
NonNull
context
:
Context
)
constructor
(
@
NonNull
context
:
Context
,
@
Nullable
attrs
:
AttributeSet
)
constructor
(
@
NonNull
context
:
Context
,
@
Nullable
attrs
:
AttributeSet
,
defStyleAttr
:
Int
)
constructor
(
@
NonNull
context
:
Context
,
@
Nullable
attributeSet
:
AttributeSet
,
defStyleAttr
:
Int
,
defStyleRes
:
Int
)
Functions
call
Click
Listener
Link copied to clipboard
open
fun
callClickListener
(
)
on
Bind
View
Holder
Link copied to clipboard
open
fun
onBindViewHolder
(
@
NonNull
holder
:
PreferenceViewHolder
)
Binds the created View to the data for this preference.
on
Click
Link copied to clipboard
open
fun
onClick
(
)
Processes a click on the preference.