Suggestion Query
data class SuggestionQuery(var keyword: String, var providers: List<SuggestionProvider>, var providerConstraints: SuggestionProviderConstraints? = null, var limit: Int? = null)
A query for suggestions to show in the address bar.
Constructors
Link copied to clipboard
constructor(keyword: String, providers: List<SuggestionProvider>, providerConstraints: SuggestionProviderConstraints? = null, limit: Int? = null)