staffstart-android-sdk
Toggle table of contents
android
common
Platform filter
android
common
Switch theme
Search in API
staffstart-android-sdk
staffstart-core
/
com.vanish.standard.staffstart.core.framework.extension
Package-level
declarations
Types
Functions
Properties
Types
Comma
Separated
List
Link copied to clipboard
class
CommaSeparatedList
<
T
>
(
items
:
List
<
T
>
)
:
QueryStringList
<
T
>
Query
String
List
Link copied to clipboard
sealed
class
QueryStringList
<
T
>
Space
Separated
List
Link copied to clipboard
class
SpaceSeparatedList
<
T
>
(
items
:
List
<
T
>
)
:
QueryStringList
<
T
>
Properties
query
Value
Link copied to clipboard
val
Any
?
.
queryValue
:
String
?
Functions
is
Bigger
Than
Link copied to clipboard
fun
<
T
>
QueryStringList
<
T
>
?
.
isBiggerThan
(
size
:
Int
)
:
Boolean
put
If
Value
Is
Not
Null
Link copied to clipboard
fun
<
K
,
V
>
MutableMap
<
K
,
V
>
.
putIfValueIsNotNull
(
key
:
K
,
value
:
V
?
)
toggle
Link copied to clipboard
android
fun
MutableStateFlow
<
Boolean
>
.
toggle
(
)