android-components / mozilla.components.concept.storage / HistoryAutocompleteResult

HistoryAutocompleteResult

data class HistoryAutocompleteResult (source)

Describes an autocompletion result against history storage.

Constructors

<init>

HistoryAutocompleteResult(text: String, url: String, source: String, totalItems: Int)

Describes an autocompletion result against history storage.

Properties

source

val source: String

Name of the autocompletion source.

text

val text: String

Result of autocompletion, text to be displayed.

totalItems

val totalItems: Int

A total number of results also available.

url

val url: String

Result of autocompletion, full matching url.