ISKOverlayDelegate Interface

Definition

This interface represents the Objective-C protocol SKOverlayDelegate.

[Foundation.Protocol(Name="SKOverlayDelegate", WrapperType=typeof(StoreKit.SKOverlayDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFailToLoad", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(StoreKit.SKOverlay), typeof(Foundation.NSError) }, Selector="storeOverlay:didFailToLoadWithError:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillStartPresentation", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(StoreKit.SKOverlay), typeof(StoreKit.SKOverlayTransitionContext) }, Selector="storeOverlay:willStartPresentation:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFinishPresentation", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(StoreKit.SKOverlay), typeof(StoreKit.SKOverlayTransitionContext) }, Selector="storeOverlay:didFinishPresentation:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillStartDismissal", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(StoreKit.SKOverlay), typeof(StoreKit.SKOverlayTransitionContext) }, Selector="storeOverlay:willStartDismissal:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFinishDismissal", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(StoreKit.SKOverlay), typeof(StoreKit.SKOverlayTransitionContext) }, Selector="storeOverlay:didFinishDismissal:")]
public interface ISKOverlayDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="SKOverlayDelegate", WrapperType=typeof(StoreKit.SKOverlayDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFailToLoad", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(StoreKit.SKOverlay), typeof(Foundation.NSError) }, Selector="storeOverlay:didFailToLoadWithError:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillStartPresentation", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(StoreKit.SKOverlay), typeof(StoreKit.SKOverlayTransitionContext) }, Selector="storeOverlay:willStartPresentation:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFinishPresentation", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(StoreKit.SKOverlay), typeof(StoreKit.SKOverlayTransitionContext) }, Selector="storeOverlay:didFinishPresentation:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillStartDismissal", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(StoreKit.SKOverlay), typeof(StoreKit.SKOverlayTransitionContext) }, Selector="storeOverlay:willStartDismissal:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFinishDismissal", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(StoreKit.SKOverlay), typeof(StoreKit.SKOverlayTransitionContext) }, Selector="storeOverlay:didFinishDismissal:")>]
type ISKOverlayDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
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