Share via


IPKPaymentInformationRequestHandling Interface

Definition

This interface represents the Objective-C protocol PKPaymentInformationRequestHandling.

[Foundation.Protocol(Name="PKPaymentInformationRequestHandling", WrapperType=typeof(PassKit.PKPaymentInformationRequestHandlingWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="HandleInformationRequest", ParameterBlockProxy=new System.Type[] { null, typeof(ObjCRuntime.Trampolines+NIDPKInformationRequestCompletionBlock) }, ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(PassKit.PKBarcodeEventMetadataRequest), typeof(PassKit.PKInformationRequestCompletionBlock) }, Selector="handleInformationRequest:completion:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="HandleSignatureRequest", ParameterBlockProxy=new System.Type[] { null, typeof(ObjCRuntime.Trampolines+NIDPKSignatureRequestCompletionBlock) }, ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(PassKit.PKBarcodeEventSignatureRequest), typeof(PassKit.PKSignatureRequestCompletionBlock) }, Selector="handleSignatureRequest:completion:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="HandleConfigurationRequest", ParameterBlockProxy=new System.Type[] { null, typeof(ObjCRuntime.Trampolines+NIDAction) }, ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(PassKit.PKBarcodeEventConfigurationRequest), typeof(System.Action) }, Selector="handleConfigurationRequest:completion:")]
public interface IPKPaymentInformationRequestHandling : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="PKPaymentInformationRequestHandling", WrapperType=typeof(PassKit.PKPaymentInformationRequestHandlingWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="HandleInformationRequest", ParameterBlockProxy=new System.Type[] { null, typeof(ObjCRuntime.Trampolines+NIDPKInformationRequestCompletionBlock) }, ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(PassKit.PKBarcodeEventMetadataRequest), typeof(PassKit.PKInformationRequestCompletionBlock) }, Selector="handleInformationRequest:completion:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="HandleSignatureRequest", ParameterBlockProxy=new System.Type[] { null, typeof(ObjCRuntime.Trampolines+NIDPKSignatureRequestCompletionBlock) }, ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(PassKit.PKBarcodeEventSignatureRequest), typeof(PassKit.PKSignatureRequestCompletionBlock) }, Selector="handleSignatureRequest:completion:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="HandleConfigurationRequest", ParameterBlockProxy=new System.Type[] { null, typeof(ObjCRuntime.Trampolines+NIDAction) }, ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(PassKit.PKBarcodeEventConfigurationRequest), typeof(System.Action) }, Selector="handleConfigurationRequest:completion:")>]
type IPKPaymentInformationRequestHandling = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to