SearchSuggestionResult

public final class SearchSuggestionResult extends Object
implements Parcelable

Nested Class Summary

class SearchSuggestionResult.Builder The Builder class of SearchSuggestionResult

Inherited Constant Summary

Field Summary

public static final Creator<SearchSuggestionResult> CREATOR

Public Method Summary

boolean
equals(Object other)
String
getSuggestedResult()
Returns the suggested result that could be used as query expression in the AppSearchClient.search(String, SearchSpec, String).
int
void
writeToParcel(Parcel dest, int flags)

Inherited Method Summary

Fields

public static final Creator<SearchSuggestionResult> CREATOR

Public Methods

public boolean equals (Object other)

public String getSuggestedResult ()

Returns the suggested result that could be used as query expression in the AppSearchClient.search(String, SearchSpec, String).

The suggested result will never be empty.

The suggested result only contains lowercase or special characters.

public int hashCode ()

public void writeToParcel (Parcel dest, int flags)