TripSummaryExpandableViewState

data class TripSummaryExpandableViewState(val tripSummaryModel: State<TripSummaryModel?> = mutableStateOf(null), val tripOverviewItems: State<List<TripOverviewItem>> = mutableStateOf(emptyList()), val bottomSheetState: BottomSheetState = BottomSheetState(BottomSheetValue.Collapsed), val etaPanelConfig: State<DashEtaPanelConfig> = mutableStateOf(DashEtaPanelConfig.Builder().build()), val onEndActiveGuidance: () -> Unit = {}, val onOpenCommonSearchClick: () -> Unit = {}, val onOpenSearchForChargeClick: (List<Point>) -> Unit = {}, val onWaypointClick: (DashSearchResult) -> Unit = {})

Constructors

Link copied to clipboard
constructor(tripSummaryModel: State<TripSummaryModel?> = mutableStateOf(null), tripOverviewItems: State<List<TripOverviewItem>> = mutableStateOf(emptyList()), bottomSheetState: BottomSheetState = BottomSheetState(BottomSheetValue.Collapsed), etaPanelConfig: State<DashEtaPanelConfig> = mutableStateOf(DashEtaPanelConfig.Builder().build()), onEndActiveGuidance: () -> Unit = {}, onOpenCommonSearchClick: () -> Unit = {}, onOpenSearchForChargeClick: (List<Point>) -> Unit = {}, onWaypointClick: (DashSearchResult) -> Unit = {})

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard