data class AutocompleteResult
(source)
AutocompleteResult(text: String, source: String, totalItems: Int, textFormatter: TextFormatter? = null) |
val formattedText: String |
|
val isEmpty: Boolean |
|
val length: Int |
|
val source: String |
|
val text: String |
|
val totalItems: Int |
fun startsWith(text: String): Boolean |
fun emptyResult(): AutocompleteResult |