QuickAccessWalletService.GestureTargetActivityPendingIntent 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.
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.
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.