ChangeStateEvent
Inheritors
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class OnBackToCategorySearch(val searchResults: PlacesPreviewState.Results, val selectedPlace: SelectedPlace?) : Event.ChangeStateEvent
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class OnCancelRouteManeuversOverview(val source: RouteOverviewCancelSource, val isTablet: Boolean) : Event.ChangeStateEvent
Link copied to clipboard
class OnCategorySearch(val queryOrCategoryDisplayName: String, val returnState: ReturnState = ReturnState.Empty) : Event.ChangeStateEvent
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
Link copied to clipboard
Link copied to clipboard
class OnRouteFetching(val waypoints: List<DestinationSearchResult>, val fetchingState: FetchingState = FetchingState.FetchingRoute, val returnState: ReturnState = ReturnState.Empty) : Event.ChangeStateEvent
Link copied to clipboard
class OnRouteManeuversOverview(val source: RouteOverviewEventSource, val isTablet: Boolean) : Event.ChangeStateEvent
Link copied to clipboard
class OnRoutesChanged(val routes: List<NavigationRoute>, val fasterRoutes: List<FasterRouteMetadata>, val currentLegIndex: Int) : Event.ChangeStateEvent
Link copied to clipboard
class OnRoutesFound(val routes: List<NavigationRoute>, val fasterRoutes: List<FasterRouteMetadata> = emptyList(), val routeWithChargers: NavigationRoute? = null, val returnState: ReturnState = ReturnState.Empty) : Event.ChangeStateEvent
Link copied to clipboard
Link copied to clipboard
class OnSingleSearchResultOverview(val searchResult: DestinationSearchResult) : Event.ChangeStateEvent
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class OnWaypointAdd(val routes: List<NavigationRoute>, val fasterRoutes: List<FasterRouteMetadata>, val returnState: ReturnState = ReturnState.Empty) : Event.ChangeStateEvent
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard