renetik-android
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
renetik-android
renetik-android-material
/
renetik.android.material.controller
Package-level
declarations
Functions
Functions
range
Slider
Link copied to clipboard
fun
CSView
<
*
>
.
rangeSlider
(
id
:
Int
)
:
RangeSlider
slider
Link copied to clipboard
fun
CSView
<
*
>
.
slider
(
id
:
Int
)
:
Slider
snack
Error
Link copied to clipboard
fun
CSView
<
*
>
.
snackError
(
text
:
String
,
time
:
Duration
?
=
null
,
action
:
CSAction
?
=
null
)
fun
CSView
<
*
>
.
snackError
(
text
:
String
,
title
:
String
,
time
:
Duration
?
=
null
,
onClick
:
(
)
->
Unit
)
snack
Info
Link copied to clipboard
fun
CSView
<
*
>
.
snackInfo
(
text
:
String
,
time
:
Duration
?
=
null
,
action
:
CSAction
?
=
null
)
snack
Warn
Link copied to clipboard
fun
CSView
<
*
>
.
snackWarn
(
text
:
String
,
time
:
Duration
?
=
null
,
action
:
CSAction
?
=
null
)
switch
Link copied to clipboard
fun
CSView
<
*
>
.
switch
(
id
:
Int
)
:
SwitchCompat
text
Input
Link copied to clipboard
fun
CSView
<
*
>
.
textInput
(
id
:
Int
,
onClick
:
(
TextInputLayout
)
->
Unit
?
=
null
)
:
TextInputLayout