toggle menu
backpack-android
androidJvm
switch theme
search in API
backpack-common
/
net.skyscanner.backpack.calendar2.data
Package-level
declarations
Types
Functions
Types
Calendar
Cell
Link copied to clipboard
@
Stable
sealed
class
CalendarCell
Calendar
Cells
Link copied to clipboard
@
Immutable
data
class
CalendarCells
(
months
:
List
<
CalendarMonth
>
)
Calendar
Interaction
Link copied to clipboard
@
Stable
sealed
interface
CalendarInteraction
Calendar
Month
Link copied to clipboard
@
Immutable
data
class
CalendarMonth
Calendar
State
Machine
Link copied to clipboard
@
Stable
interface
CalendarStateMachine
:
CalendarComponent
,
StateMachine
<
CalendarState
,
CalendarEffect
>
Functions
Calendar
State
Machine
Link copied to clipboard
fun
CalendarStateMachine
(
scope
:
CoroutineScope
,
initialParams
:
CalendarParams
)
:
CalendarStateMachine