ExternalEffect
Types
Link copied to clipboard
data class CategorySelected(val category: String, val displayName: String) : SearchEffect.ExternalEffect
Link copied to clipboard
data class MultipleSuggestionsSelected(val query: String, val suggestions: List<DashSearchSuggestion>) : SearchEffect.ExternalEffect
Link copied to clipboard
Link copied to clipboard
data class SearchResultSelected(val searchResult: DestinationSearchResult, val action: SearchAction) : SearchEffect.ExternalEffect
Link copied to clipboard
Link copied to clipboard
data class TriggerEndOfChargeSearch(val endOfChargePoints: List<Point>) : SearchEffect.ExternalEffect