IPKAddPassesViewControllerDelegate Interface
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.
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) | |