staffstart-android-sdk
Toggle table of contents
android
Platform filter
android
Switch theme
Search in API
staffstart-android-sdk
staffstart-app
/
com.vanish.standard.staffstart.app.view.presentation.component.slider
Package-level
declarations
Functions
Functions
Preview
SSSlider
Link copied to clipboard
android
@
Preview
@
Composable
fun
PreviewSSSlider
(
)
SSRange
Slider
Link copied to clipboard
android
@
Composable
fun
SSRangeSlider
(
valueRange
:
IntRange
,
values
:
IntRange
,
steps
:
Int
=
0
,
enabled
:
Boolean
=
true
,
suffix
:
String
?
=
null
,
minGap
:
Int
=
1
,
onValueChange
:
(
IntRange
)
->
Unit
,
onValueChangeFinished
:
(
)
->
Unit
?
=
null
)
to
Closed
Floating
Point
Range
Link copied to clipboard
android
fun
IntRange
.
toClosedFloatingPointRange
(
)
:
ClosedFloatingPointRange
<
Float
>
to
Int
Range
Link copied to clipboard
android
fun
ClosedFloatingPointRange
<
Float
>
.
toIntRange
(
)
:
IntRange