NavigationApp
search in API
navigation-ux-search/com.mapbox.dash.sdk.search/SearchEffect/ExternalEffect

ExternalEffect

@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX])
sealed class ExternalEffect : SearchEffect

Inheritors

MultipleSuggestionsSelected
CategorySelected
SuggestionSelected
SearchResultSelected
SearchCancelled
TriggerEndOfChargeSearch

Types

CategorySelected
Link copied to clipboard
@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX])
data class CategorySelected(val category: String, val displayName: String) : SearchEffect.ExternalEffect
MultipleSuggestionsSelected
Link copied to clipboard
@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX])
data class MultipleSuggestionsSelected(val query: String, val suggestions: List<DashSearchSuggestion>) : SearchEffect.ExternalEffect
SearchCancelled
Link copied to clipboard
@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX])
object SearchCancelled : SearchEffect.ExternalEffect
SearchResultSelected
Link copied to clipboard
@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX])
data class SearchResultSelected(val searchResult: DestinationSearchResult, val action: SearchAction) : SearchEffect.ExternalEffect
SuggestionSelected
Link copied to clipboard
@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX])
data class SuggestionSelected(val suggestion: DashSearchSuggestion) : SearchEffect.ExternalEffect
TriggerEndOfChargeSearch
Link copied to clipboard
@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX])
data class TriggerEndOfChargeSearch(val endOfChargePoints: List<Point>) : SearchEffect.ExternalEffect
© 2024 CopyrightGenerated by dokka