TicketArtifact

class TicketArtifact(val uri: String, val contentType: String, val bytes: ByteArray) : Parcelable

The binary content of a ticket's original imported artifact read from the pod (e.g. the .pkpass file the ticket was created from).

Constructors

Link copied to clipboard
constructor(uri: String, contentType: String, bytes: ByteArray)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uri: String

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)