android-components / mozilla.components.concept.storage / HistoryStorage / getDomainSuggestion

getDomainSuggestion

abstract fun getDomainSuggestion(query: String): String? (source)

Retrieves domain suggestions which best match the query.

Parameters

query - A query by which to search the underlying store.

Return
An optional domain URL which best matches the query.