IndexableRecordItem

class IndexableRecordItem(dataProviderName: String) : SearchSuggestionType

Search suggestion of the IndexableRecordItem type points to the only IndexableRecordSearchResult that will be returned after selection.

Constructors

IndexableRecordItem
Link copied to clipboard
fun IndexableRecordItem(dataProviderName: String)

Functions

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

Properties

dataProviderName
Link copied to clipboard
val dataProviderName: String
  • the id of the data provider.

isFavoriteRecord
Link copied to clipboard
val isFavoriteRecord: Boolean
True if the resulting record belongs to the FavoritesDataProvider.
isHistoryRecord
Link copied to clipboard
val isHistoryRecord: Boolean
True if the resulting record belongs to the HistoryDataProvider.