HistoryFeedback

class HistoryFeedback(historyRecord: HistoryRecord) : IncorrectSearchPlaceFeedback

Metadata for a search place based on HistoryRecord.

Constructors

HistoryFeedback
Link copied to clipboard
fun HistoryFeedback(historyRecord: HistoryRecord)

Functions

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

Properties

historyRecord
Link copied to clipboard
val historyRecord: HistoryRecord
HistoryRecord used for search place creation.