SearchSuggestionResult
class SearchSuggestionResult
The result class of the searchSuggestionAsync.
Summary
Nested types |
|---|
|
The Builder class of |
Public functions |
|
|---|---|
Boolean |
|
String |
Returns the suggested result that could be used as query expression in the |
Int |
hashCode() |
Public functions
getSuggestedResult
Added in 1.1.0
fun getSuggestedResult(): String
Returns the suggested result that could be used as query expression in the search.
The suggested result will never be empty.
The suggested result only contains lowercase or special characters.