SearchSuggestionResult


public final class SearchSuggestionResult


The result class of the searchSuggestionAsync.

Summary

Nested types

The Builder class of SearchSuggestionResult.

Public methods

boolean
@NonNull String

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

int

Public methods

equals

public boolean equals(@Nullable Object other)

getSuggestedResult

Added in 1.1.0-alpha04
public @NonNull String getSuggestedResult()

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

public int hashCode()