Share via


ISKStoreProductViewControllerDelegate Interface

Definition

A delegate object that allows the application developer to customize the behavior of a SKStoreProductViewController.

[Foundation.Protocol(Name="SKStoreProductViewControllerDelegate", WrapperType=typeof(StoreKit.SKStoreProductViewControllerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Finished", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(StoreKit.SKStoreProductViewController) }, Selector="productViewControllerDidFinish:")]
public interface ISKStoreProductViewControllerDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="SKStoreProductViewControllerDelegate", WrapperType=typeof(StoreKit.SKStoreProductViewControllerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Finished", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(StoreKit.SKStoreProductViewController) }, Selector="productViewControllerDidFinish:")>]
type ISKStoreProductViewControllerDelegate = 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(SKStoreProductViewController)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)
Finished(ISKStoreProductViewControllerDelegate, SKStoreProductViewController)

Applies to

See also