Share via


ISKProductsRequestDelegate Interface

Definition

This interface represents the Objective-C protocol SKProductsRequestDelegate.

[Foundation.Protocol(Name="SKProductsRequestDelegate", WrapperType=typeof(StoreKit.SKProductsRequestDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="ReceivedResponse", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(StoreKit.SKProductsRequest), typeof(StoreKit.SKProductsResponse) }, Selector="productsRequest:didReceiveResponse:")]
public interface ISKProductsRequestDelegate : IDisposable, StoreKit.ISKRequestDelegate
[<Foundation.Protocol(Name="SKProductsRequestDelegate", WrapperType=typeof(StoreKit.SKProductsRequestDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="ReceivedResponse", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(StoreKit.SKProductsRequest), typeof(StoreKit.SKProductsResponse) }, Selector="productsRequest:didReceiveResponse:")>]
type ISKProductsRequestDelegate = interface
    interface INativeObject
    interface IDisposable
    interface ISKRequestDelegate
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