SearchResultSuggestion

class SearchResultSuggestion : SearchSuggestionType

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

Functions

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

Properties

types
Link copied to clipboard
val types: List<SearchResultType>
  • types of the SearchResult that will be resolved after selection of the search suggestion.