backpack-android
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
backpack-android
backpack-common
/
net.skyscanner.backpack.calendar2
/
CellLabel
Cell
Label
sealed
class
CellLabel
:
Serializable
Describes the label of the cell
Inheritors
Text
Icon
Loading
Members
Types
Icon
Link copied to clipboard
data
class
Icon
(
val
resId
:
Int
,
val
tint
:
Int
?
=
null
)
:
CellLabel
Loading
Link copied to clipboard
data
class
Loading
(
val
contentDescription
:
String
)
:
CellLabel
Text
Link copied to clipboard
data
class
Text
(
val
text
:
String
)
:
CellLabel