SearchSuggestionType

Type of the search suggestion.

Types

Link copied to clipboard
class Brand(val brandName: String, val brandId: String) : SearchSuggestionType

Search suggestion of the Brand type points to a list of SearchResult that will be returned after selection.

Link copied to clipboard

Search suggestion of the Category type points to the list of SearchResult that will be returned after selection.

Link copied to clipboard

Search suggestion of the IndexableRecordItem type points to the search result based on IndexableRecord.

Link copied to clipboard

Query suggestion type points to a new list of SearchSuggestion, i.e. selection of this suggestion type will result in new suggestions.

Link copied to clipboard

Search suggestion of the SearchResultSuggestion type points to the only SearchResult that will be returned after selection.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard