Share via


WalletCard.PendingIntent Property

Definition

If the user performs a click on the card, this PendingIntent will be sent.

public Android.App.PendingIntent PendingIntent { [Android.Runtime.Register("getPendingIntent", "()Landroid/app/PendingIntent;", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getPendingIntent", "()Landroid/app/PendingIntent;", "", ApiSince=30)>]
member this.PendingIntent : Android.App.PendingIntent

Property Value

Attributes

Remarks

If the user performs a click on the card, this PendingIntent will be sent. If the device is locked, the wallet will first request device unlock before sending the pending intent.

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

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