/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.search/FixedSuggestionsProvider

FixedSuggestionsProvider

interface FixedSuggestionsProvider

Inheritors

DefaultFixedSuggestionsProvider
TKUIHomeViewFixedSuggestionsProvider

Functions

Name Summary
citiesToSuggestion abstract fun citiesToSuggestion(context: Context, locations: List<Region.City>, iconProvider: LegacyLocationSearchIconProvider): List<SearchSuggestion>
fixedSuggestions abstract fun fixedSuggestions(context: Context, iconProvider: LocationSearchIconProvider): List<SearchSuggestion>
locationsToSuggestion abstract fun locationsToSuggestion(context: Context, locations: List<Location>, iconProvider: LegacyLocationSearchIconProvider): List<SearchSuggestion>
setup abstract fun setup(favoritesRepository: FavoritesRepository)
specificSuggestions abstract fun specificSuggestions(context: Context, suggestionTypes: List<DefaultFixedSuggestionType>, iconProvider: LocationSearchIconProvider): List<SearchSuggestion>