PKPassLibrary.RequestAutomaticPassPresentationSuppression Method
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.
Stops the device from automatically presenting Apply Pay.
[Foundation.Export("requestAutomaticPassPresentationSuppressionWithResponseHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIntPtr RequestAutomaticPassPresentationSuppression(Action<PassKit.PKAutomaticPassPresentationSuppressionResult> responseHandler);
[<Foundation.Export("requestAutomaticPassPresentationSuppressionWithResponseHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member RequestAutomaticPassPresentationSuppression : Action<PassKit.PKAutomaticPassPresentationSuppressionResult> -> unativeint
Parameters
- responseHandler
- Action<PKAutomaticPassPresentationSuppressionResult>
Returns
UIntPtr
unativeint
- Attributes