Pass

open class Pass : Parcelable

Pass representing either an offer or loyalty wallet object.

Once a pass is obtained, call requestToSavePass.

Properties

Link copied to clipboard
val id: String
Link copied to clipboard

Inherited properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
open fun requestToSavePass(@NonNull context: Context)
Requests to save the pass.
Link copied to clipboard
open fun writeToParcel(@NonNull dest: Parcel, flags: Int)