WalletCard.CardImage Property

Definition

The visual representation of the card.

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

Property Value

Attributes

Remarks

The visual representation of the card. If the card image Icon is a bitmap, it should have a width of GetWalletCardsRequest#getCardWidthPx() and a height of GetWalletCardsRequest#getCardHeightPx().

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

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