Share via


IPKAddPassesViewControllerDelegate Interface

Definition

A delegate object that gives the application developer fine-grained control over life-cycle events of a PKAddPassesViewController object.

[Foundation.Protocol(Name="PKAddPassesViewControllerDelegate", WrapperType=typeof(PassKit.PKAddPassesViewControllerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Finished", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(PassKit.PKAddPassesViewController) }, Selector="addPassesViewControllerDidFinish:")]
public interface IPKAddPassesViewControllerDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="PKAddPassesViewControllerDelegate", WrapperType=typeof(PassKit.PKAddPassesViewControllerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Finished", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(PassKit.PKAddPassesViewController) }, Selector="addPassesViewControllerDidFinish:")>]
type IPKAddPassesViewControllerDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
Finished(PKAddPassesViewController)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)
Finished(IPKAddPassesViewControllerDelegate, PKAddPassesViewController)

Applies to

See also