SearchSuggestionResult

public final classSearchSuggestionResultextendsObject
implementsParcelable

Nested Class Summary

class SearchSuggestionResult.Builder The Builder class ofSearchSuggestionResult.

Inherited Constant Summary

Field Summary

public static finalCreator<SearchSuggestionResult> CREATOR

Public Method Summary

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

Inherited Method Summary

Fields

public static finalCreator<SearchSuggestionResult> CREATOR

Public Methods

public booleanequals(Objectother)

publicStringgetSuggestedResult()

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 inthashCode()

public voidwriteToParcel(Parceldest, int flags)