TicketImages

data class TicketImages(val logo: String? = null, val icon: String? = null, val strip: String? = null, val thumbnail: String? = null, val footer: String? = null, val background: String? = null) : Parcelable

The pod URIs of a ticket's stored pass images (solidshare:logoImage …), one per pkpass image role. They live inside the ticket's own container, next to its document and artifact, so sharing the container shares the complete pass.

Constructors

Link copied to clipboard
constructor(logo: String? = null, icon: String? = null, strip: String? = null, thumbnail: String? = null, footer: String? = null, background: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val icon: String?
Link copied to clipboard

true when no image link is present.

Link copied to clipboard
val logo: String?
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)