SearchSuggestionResult


class SearchSuggestionResult


The result class of the searchSuggestionAsync.

Summary

Nested types

The Builder class of SearchSuggestionResult.

Public functions

Boolean
equals(other: Any?)
String

Returns the suggested result that could be used as query expression in the search.

Int

Public functions

equals

fun equals(other: Any?): Boolean

getSuggestedResult

Added in 1.1.0-alpha04
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.

hashCode

fun hashCode(): Int