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

SearchInteractionResult

@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX])
sealed class SearchInteractionResult

Inheritors

CategorySelected
MultipleSuggestionsSelected
SuggestionSelected
SearchResultSelected
SearchCancelled

Types

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