AddAndEditRouteUiState

data class AddAndEditRouteUiState(val routeObjectId: Long? = null, val name: String = "", val description: String = "", val nameError: Boolean = false, val descriptionError: Boolean = false, val navigateToMarkersAndRoutes: Boolean = false, val doneActionCompleted: Boolean = false, val errorMessage: String? = null, val showDoneButton: Boolean = false, val actionType: ActionType = ActionType.NONE, val routeMembers: List<LocationDescription> = emptyList(), val markers: List<LocationDescription> = emptyList(), val toggledMembers: List<LocationDescription> = emptyList())

Constructors

Link copied to clipboard
constructor(routeObjectId: Long? = null, name: String = "", description: String = "", nameError: Boolean = false, descriptionError: Boolean = false, navigateToMarkersAndRoutes: Boolean = false, doneActionCompleted: Boolean = false, errorMessage: String? = null, showDoneButton: Boolean = false, actionType: ActionType = ActionType.NONE, routeMembers: List<LocationDescription> = emptyList(), markers: List<LocationDescription> = emptyList(), toggledMembers: List<LocationDescription> = emptyList())

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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard