WalletCard.NonPaymentCardSecondaryImage Property

Definition

Visual representation of the card when it is tapped.

public Android.Graphics.Drawables.Icon? NonPaymentCardSecondaryImage { [Android.Runtime.Register("getNonPaymentCardSecondaryImage", "()Landroid/graphics/drawable/Icon;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getNonPaymentCardSecondaryImage", "()Landroid/graphics/drawable/Icon;", "", ApiSince=34)>]
member this.NonPaymentCardSecondaryImage : Android.Graphics.Drawables.Icon

Property Value

Attributes

Remarks

Visual representation of the card when it is tapped. May include additional information unique to the card, such as a barcode or number. Only valid for CARD_TYPE_NON_PAYMENT.

Java documentation for android.service.quickaccesswallet.WalletCard.getNonPaymentCardSecondaryImage().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to