TicketRelevantLocation

data class TicketRelevantLocation(val geo: TicketGeo? = null, val maxDistance: Int? = null, val relevantText: String? = null) : Parcelable

A location that should surface the pass on the lock screen (solidshare:RelevantLocation).

Constructors

Link copied to clipboard
constructor(geo: TicketGeo? = null, maxDistance: Int? = null, relevantText: String? = null)

Properties

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

Functions

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