TicketList

data class TicketList(val tickets: List<TicketSummary>) : Parcelable

A list of TicketSummary rows, wrapped as one Parcelable so it can cross the AIDL boundary.

Constructors

Link copied to clipboard
constructor(tickets: List<TicketSummary>)

Properties

Link copied to clipboard

Functions

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