EditTripUiState

UI state for the edit trip card.

Parameters

items

the list of items.

onOpenFullScreenSearchClick

the callback for the open full screen search button.

onRemoveClick

the callback for the remove item from the list.

onDoneClick

the callback for the done button.

onItemSwap

the callback for the item swap.

backCloseButtonState

the state of the back/close button.

Properties

Link copied to clipboard
Link copied to clipboard
val onDoneClick: () -> Unit
Link copied to clipboard
val onItemSwap: (from: Int, to: Int) -> Unit
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String