backpack-android
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
backpack-android
backpack-common
/
net.skyscanner.backpack.calendar2
/
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