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

ExternalEffect

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

Inheritors

MultipleSuggestionsSelected
CategorySelected
SuggestionSelected
SearchResultSelected
SearchCancelled

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])
class MultipleSuggestionsSelected(val query: String, val suggestions: List<SearchSuggestItem>) : 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: SearchSuggestItem) : SearchEffect.ExternalEffect
© 2024 CopyrightGenerated by dokka