NewTicketImages

class NewTicketImages(val logo: ByteArray? = null, val icon: ByteArray? = null, val strip: ByteArray? = null, val thumbnail: ByteArray? = null, val footer: ByteArray? = null, val background: ByteArray? = null) : Parcelable

The binary pass images to store alongside a ticket on create, one slot per pkpass image role. Each non-null slot is uploaded into the ticket's container as {role}.png and linked from the ticket document (see TicketImages).

Constructors

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

Properties

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

true when every slot is null — nothing to store.

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)