-
Notifications
You must be signed in to change notification settings - Fork 42
/
ISKProductsRequestDelegate.xml
82 lines (82 loc) · 4.76 KB
/
ISKProductsRequestDelegate.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<Type Name="ISKProductsRequestDelegate" FullName="StoreKit.ISKProductsRequestDelegate">
<TypeSignature Language="C#" Value="public interface ISKProductsRequestDelegate : IDisposable, StoreKit.ISKRequestDelegate" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract ISKProductsRequestDelegate implements class ObjCRuntime.INativeObject, class StoreKit.ISKRequestDelegate, class System.IDisposable" />
<TypeSignature Language="DocId" Value="T:StoreKit.ISKProductsRequestDelegate" />
<TypeSignature Language="F#" Value="type ISKProductsRequestDelegate = interface
 interface INativeObject
 interface IDisposable
 interface ISKRequestDelegate" />
<AssemblyInfo>
<AssemblyName>Xamarin.iOS</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Xamarin.Mac</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces>
<Interface>
<InterfaceName>ObjCRuntime.INativeObject</InterfaceName>
</Interface>
<Interface>
<InterfaceName>StoreKit.ISKRequestDelegate</InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.IDisposable</InterfaceName>
</Interface>
</Interfaces>
<Attributes>
<Attribute>
<AttributeName>Foundation.Protocol(Name="SKProductsRequestDelegate", WrapperType=typeof(StoreKit.SKProductsRequestDelegateWrapper))</AttributeName>
</Attribute>
<Attribute>
<AttributeName>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:")</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>Interface representing the required methods (if any) of the protocol <see cref="T:StoreKit.SKProductsRequestDelegate" />.</summary>
<remarks>
<para>This interface contains the required methods (if any) from the protocol defined by <see cref="T:StoreKit.SKProductsRequestDelegate" />.</para>
<para>If developers create classes that implement this interface, the implementation methods will automatically be exported to Objective-C with the matching signature from the method defined in the <see cref="T:StoreKit.SKProductsRequestDelegate" /> protocol.</para>
<para>Optional methods (if any) are provided by the <see cref="T:StoreKit.SKRequestDelegate_Extensions" /> class as extension methods to the interface, allowing developers to invoke any optional methods on the protocol.</para>
</remarks>
</Docs>
<Members>
<Member MemberName="ReceivedResponse">
<MemberSignature Language="C#" Value="public void ReceivedResponse (StoreKit.SKProductsRequest request, StoreKit.SKProductsResponse response);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void ReceivedResponse(class StoreKit.SKProductsRequest request, class StoreKit.SKProductsResponse response) cil managed" />
<MemberSignature Language="DocId" Value="M:StoreKit.ISKProductsRequestDelegate.ReceivedResponse(StoreKit.SKProductsRequest,StoreKit.SKProductsResponse)" />
<MemberSignature Language="F#" Value="abstract member ReceivedResponse : StoreKit.SKProductsRequest * StoreKit.SKProductsResponse -> unit" Usage="iSKProductsRequestDelegate.ReceivedResponse (request, response)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<AssemblyName>Xamarin.iOS</AssemblyName>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Xamarin.Mac</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>Foundation.Export("productsRequest:didReceiveResponse:")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>Foundation.Preserve(Conditional=true)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="request" Type="StoreKit.SKProductsRequest" />
<Parameter Name="response" Type="StoreKit.SKProductsResponse" />
</Parameters>
<Docs>
<param name="request">To be added.</param>
<param name="response">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>