SearchSuggestionType

abstract class SearchSuggestionType : Parcelable

Type of the search suggestion.

Constructors

SearchSuggestionType
Link copied to clipboard
fun SearchSuggestionType()

Types

Category
Link copied to clipboard
class Category(canonicalName: String) : SearchSuggestionType
Search suggestion of the Category type points to the list of SearchResult that will be returned after selection.
IndexableRecordItem
Link copied to clipboard
class IndexableRecordItem(dataProviderName: String) : SearchSuggestionType
Search suggestion of the IndexableRecordItem type points to the only IndexableRecordSearchResult that will be returned after selection.
Query
Link copied to clipboard
object Query : SearchSuggestionType
Query suggestion type points to a new suggestions list, i.e.
SearchResultSuggestion
Link copied to clipboard
class SearchResultSuggestion(types: List<SearchResultType>) : 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)

Inheritors

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