Share via


QuickAccessWalletService.GestureTargetActivityPendingIntent Property

Definition

Specify a PendingIntent to be launched on user gesture.

public virtual Android.App.PendingIntent? GestureTargetActivityPendingIntent { [Android.Runtime.Register("getGestureTargetActivityPendingIntent", "()Landroid/app/PendingIntent;", "GetGetGestureTargetActivityPendingIntentHandler", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getGestureTargetActivityPendingIntent", "()Landroid/app/PendingIntent;", "GetGetGestureTargetActivityPendingIntentHandler", ApiSince=36)>]
member this.GestureTargetActivityPendingIntent : Android.App.PendingIntent

Property Value

Attributes

Remarks

Specify a PendingIntent to be launched on user gesture.

The pending intent will be sent when the user performs a gesture to open Wallet. The pending intent should launch an activity.

If the gesture is performed and this method returns null, the system will launch the activity specified by the #getTargetActivityPendingIntent method. If that method also returns null, the system will launch the system-provided card switcher activity.

Java documentation for android.service.quickaccesswallet.QuickAccessWalletService.getGestureTargetActivityPendingIntent().

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