AutoCompleteHistoryRelatedSuggestion
Types
Link copied to clipboard
data class AutoCompleteHistorySearchSuggestion(val phrase: String, val isAllowedInTopHits: Boolean) : AutoComplete.AutoCompleteSuggestion.AutoCompleteHistoryRelatedSuggestion
Link copied to clipboard
data class AutoCompleteHistorySuggestion(val phrase: String, val title: String, val url: String, val isAllowedInTopHits: Boolean) : AutoComplete.AutoCompleteSuggestion.AutoCompleteHistoryRelatedSuggestion
Link copied to clipboard