data class Result
(source)
Represents a result of auto-completion.
Result(text: String, url: String, source: String, size: Int)
Represents a result of auto-completion. |
val size: Int
total number of available autocomplete domains in this source |
|
val source: String
the source identifier of the autocomplete source |
|
val text: String
the result text starting with the raw search text as passed to autocomplete followed by the completion text (e.g. moz => mozilla.org) |
|
val url: String
the complete url (containing the protocol) as provided when the domain was saved. (e.g. https://mozilla.org) |