Backpack Android
Toggle table of contents
backpack-compose
Platform filter
backpack-compose
Switch theme
Search in API
Backpack Android
backpack-compose
/
net.skyscanner.backpack.compose.calendar
/
CalendarParams
/
DayCellAccessibilityLabel
Day
Cell
Accessibility
Label
sealed
class
DayCellAccessibilityLabel
Describes the accessibility label of a day cell support Static string and dynamic string
Inheritors
Static
Dynamic
Members
Members & Extensions
Types
Dynamic
Link copied to clipboard
data
class
Dynamic
(
val
label
:
(
LocalDate
)
->
String
)
:
CalendarParams.DayCellAccessibilityLabel
Static
Link copied to clipboard
data
class
Static
(
val
label
:
String
)
:
CalendarParams.DayCellAccessibilityLabel
Functions
get
Accessibility
Label
Link copied to clipboard
fun
CalendarParams.DayCellAccessibilityLabel
.
getAccessibilityLabel
(
date
:
LocalDate
)
:
String