WalletCard.NonPaymentCardSecondaryImage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.