-
Notifications
You must be signed in to change notification settings - Fork 42
/
INSendMessageIntentHandling_Extensions.xml
306 lines (306 loc) · 20.2 KB
/
INSendMessageIntentHandling_Extensions.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
<Type Name="INSendMessageIntentHandling_Extensions" FullName="Intents.INSendMessageIntentHandling_Extensions">
<TypeSignature Language="C#" Value="public static class INSendMessageIntentHandling_Extensions" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit INSendMessageIntentHandling_Extensions extends System.Object" />
<TypeSignature Language="DocId" Value="T:Intents.INSendMessageIntentHandling_Extensions" />
<TypeSignature Language="F#" Value="type INSendMessageIntentHandling_Extensions = class" />
<AssemblyInfo>
<AssemblyName>Xamarin.iOS</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Xamarin.Mac</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>Optional methods of the <see cref="T:Intents.IINSendMessageIntentHandling" /> interface.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="ConfirmSendMessage">
<MemberSignature Language="C#" Value="public static void ConfirmSendMessage (this Intents.IINSendMessageIntentHandling This, Intents.INSendMessageIntent intent, Action<Intents.INSendMessageIntentResponse> completion);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig void ConfirmSendMessage(class Intents.IINSendMessageIntentHandling This, class Intents.INSendMessageIntent intent, class System.Action`1<class Intents.INSendMessageIntentResponse> completion) cil managed" />
<MemberSignature Language="DocId" Value="M:Intents.INSendMessageIntentHandling_Extensions.ConfirmSendMessage(Intents.IINSendMessageIntentHandling,Intents.INSendMessageIntent,System.Action{Intents.INSendMessageIntentResponse})" />
<MemberSignature Language="F#" Value="static member ConfirmSendMessage : Intents.IINSendMessageIntentHandling * Intents.INSendMessageIntent * Action<Intents.INSendMessageIntentResponse> -> unit" Usage="Intents.INSendMessageIntentHandling_Extensions.ConfirmSendMessage (This, intent, completion)" />
<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>ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="This" Type="Intents.IINSendMessageIntentHandling" RefType="this" />
<Parameter Name="intent" Type="Intents.INSendMessageIntent" />
<Parameter Name="completion" Type="System.Action<Intents.INSendMessageIntentResponse>">
<Attributes>
<Attribute FrameworkAlternate="xamarin-ios-sdk-12">
<AttributeName>ObjCRuntime.BlockProxy(typeof(ObjCRuntime.Trampolines/NIDActionArity1V98))</AttributeName>
</Attribute>
</Attributes>
</Parameter>
</Parameters>
<Docs>
<param name="This">The instance on which this method operates.</param>
<param name="intent">Specifies the user's intention.</param>
<param name="completion">Completion method that must be called by the override.</param>
<summary>Developers may override this method to customize the confirmation to send a message.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ResolveContent">
<MemberSignature Language="C#" Value="public static void ResolveContent (this Intents.IINSendMessageIntentHandling This, Intents.INSendMessageIntent intent, Action<Intents.INStringResolutionResult> completion);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig void ResolveContent(class Intents.IINSendMessageIntentHandling This, class Intents.INSendMessageIntent intent, class System.Action`1<class Intents.INStringResolutionResult> completion) cil managed" />
<MemberSignature Language="DocId" Value="M:Intents.INSendMessageIntentHandling_Extensions.ResolveContent(Intents.IINSendMessageIntentHandling,Intents.INSendMessageIntent,System.Action{Intents.INStringResolutionResult})" />
<MemberSignature Language="F#" Value="static member ResolveContent : Intents.IINSendMessageIntentHandling * Intents.INSendMessageIntent * Action<Intents.INStringResolutionResult> -> unit" Usage="Intents.INSendMessageIntentHandling_Extensions.ResolveContent (This, intent, completion)" />
<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>ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="This" Type="Intents.IINSendMessageIntentHandling" RefType="this" />
<Parameter Name="intent" Type="Intents.INSendMessageIntent" />
<Parameter Name="completion" Type="System.Action<Intents.INStringResolutionResult>">
<Attributes>
<Attribute FrameworkAlternate="xamarin-ios-sdk-12">
<AttributeName>ObjCRuntime.BlockProxy(typeof(ObjCRuntime.Trampolines/NIDActionArity1V69))</AttributeName>
</Attribute>
</Attributes>
</Parameter>
</Parameters>
<Docs>
<param name="This">The instance on which this method operates.</param>
<param name="intent">Specifies the user's intention.</param>
<param name="completion">Completion method that must be called by the override.</param>
<summary>Developers may override this method to customize the resolution of the content of a message.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ResolveGroupName">
<MemberSignature Language="C#" Value="public static void ResolveGroupName (this Intents.IINSendMessageIntentHandling This, Intents.INSendMessageIntent intent, Action<Intents.INStringResolutionResult> completion);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig void ResolveGroupName(class Intents.IINSendMessageIntentHandling This, class Intents.INSendMessageIntent intent, class System.Action`1<class Intents.INStringResolutionResult> completion) cil managed" />
<MemberSignature Language="DocId" Value="M:Intents.INSendMessageIntentHandling_Extensions.ResolveGroupName(Intents.IINSendMessageIntentHandling,Intents.INSendMessageIntent,System.Action{Intents.INStringResolutionResult})" />
<MemberSignature Language="F#" Value="static member ResolveGroupName : Intents.IINSendMessageIntentHandling * Intents.INSendMessageIntent * Action<Intents.INStringResolutionResult> -> unit" Usage="Intents.INSendMessageIntentHandling_Extensions.ResolveGroupName (This, intent, completion)" />
<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>ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.None, "Use 'ResolveSpeakableGroupName' instead.")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'ResolveSpeakableGroupName' instead.")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'ResolveSpeakableGroupName' instead.")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="This" Type="Intents.IINSendMessageIntentHandling" RefType="this" />
<Parameter Name="intent" Type="Intents.INSendMessageIntent" />
<Parameter Name="completion" Type="System.Action<Intents.INStringResolutionResult>">
<Attributes>
<Attribute FrameworkAlternate="xamarin-ios-sdk-12">
<AttributeName>ObjCRuntime.BlockProxy(typeof(ObjCRuntime.Trampolines/NIDActionArity1V69))</AttributeName>
</Attribute>
</Attributes>
</Parameter>
</Parameters>
<Docs>
<param name="This">The instance on which this method operates.</param>
<param name="intent">Specifies the user's intention.</param>
<param name="completion">Completion method that must be called by the override.</param>
<summary>Developers should not use this deprecated method. Developers should use 'ResolveSpeakableGroupName' instead.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ResolveRecipients">
<MemberSignature Language="C#" Value="public static void ResolveRecipients (this Intents.IINSendMessageIntentHandling This, Intents.INSendMessageIntent intent, Action<Intents.INPersonResolutionResult[]> completion);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig void ResolveRecipients(class Intents.IINSendMessageIntentHandling This, class Intents.INSendMessageIntent intent, class System.Action`1<class Intents.INPersonResolutionResult[]> completion) cil managed" />
<MemberSignature Language="DocId" Value="M:Intents.INSendMessageIntentHandling_Extensions.ResolveRecipients(Intents.IINSendMessageIntentHandling,Intents.INSendMessageIntent,System.Action{Intents.INPersonResolutionResult[]})" />
<MemberSignature Language="F#" Value="static member ResolveRecipients : Intents.IINSendMessageIntentHandling * Intents.INSendMessageIntent * Action<Intents.INPersonResolutionResult[]> -> unit" Usage="Intents.INSendMessageIntentHandling_Extensions.ResolveRecipients (This, intent, completion)" />
<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>ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'ResolveRecipients (INSendMessageIntent, Action<INSendMessageRecipientResolutionResult []>)' instead.")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'ResolveRecipients (INSendMessageIntent, Action<INSendMessageRecipientResolutionResult []>)' instead.")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.None, "Use 'ResolveRecipients (INSendMessageIntent, Action<INSendMessageRecipientResolutionResult []>)' instead.")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="This" Type="Intents.IINSendMessageIntentHandling" RefType="this" />
<Parameter Name="intent" Type="Intents.INSendMessageIntent" />
<Parameter Name="completion" Type="System.Action<Intents.INPersonResolutionResult[]>">
<Attributes>
<Attribute FrameworkAlternate="xamarin-ios-sdk-12">
<AttributeName>ObjCRuntime.BlockProxy(typeof(ObjCRuntime.Trampolines/NIDActionArity1V130))</AttributeName>
</Attribute>
</Attributes>
</Parameter>
</Parameters>
<Docs>
<param name="This">The instance on which this method operates.</param>
<param name="intent">Specifies the user's intention.</param>
<param name="completion">Completion method that must be called by the override.</param>
<summary>Developers may implement this method to customize the resolution of message recipients.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ResolveRecipients">
<MemberSignature Language="C#" Value="public static void ResolveRecipients (this Intents.IINSendMessageIntentHandling This, Intents.INSendMessageIntent intent, Action<Intents.INSendMessageRecipientResolutionResult[]> completion);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig void ResolveRecipients(class Intents.IINSendMessageIntentHandling This, class Intents.INSendMessageIntent intent, class System.Action`1<class Intents.INSendMessageRecipientResolutionResult[]> completion) cil managed" />
<MemberSignature Language="DocId" Value="M:Intents.INSendMessageIntentHandling_Extensions.ResolveRecipients(Intents.IINSendMessageIntentHandling,Intents.INSendMessageIntent,System.Action{Intents.INSendMessageRecipientResolutionResult[]})" />
<MemberSignature Language="F#" Value="static member ResolveRecipients : Intents.IINSendMessageIntentHandling * Intents.INSendMessageIntent * Action<Intents.INSendMessageRecipientResolutionResult[]> -> unit" Usage="Intents.INSendMessageIntentHandling_Extensions.ResolveRecipients (This, intent, completion)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Xamarin.iOS</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Xamarin.Mac</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="This" Type="Intents.IINSendMessageIntentHandling" RefType="this" />
<Parameter Name="intent" Type="Intents.INSendMessageIntent" />
<Parameter Name="completion" Type="System.Action<Intents.INSendMessageRecipientResolutionResult[]>">
<Attributes>
<Attribute FrameworkAlternate="xamarin-ios-sdk-12">
<AttributeName>ObjCRuntime.BlockProxy(typeof(ObjCRuntime.Trampolines/NIDActionArity1V137))</AttributeName>
</Attribute>
</Attributes>
</Parameter>
</Parameters>
<Docs>
<param name="This">The instance on which this method operates.</param>
<param name="intent">Specifies the user's intention.</param>
<param name="completion">Completion method that must be called by the override.</param>
<summary>Developers may implement this method to customize the resolution of message recipients.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ResolveSpeakableGroupName">
<MemberSignature Language="C#" Value="public static void ResolveSpeakableGroupName (this Intents.IINSendMessageIntentHandling This, Intents.INSendMessageIntent intent, Action<Intents.INSpeakableStringResolutionResult> completion);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig void ResolveSpeakableGroupName(class Intents.IINSendMessageIntentHandling This, class Intents.INSendMessageIntent intent, class System.Action`1<class Intents.INSpeakableStringResolutionResult> completion) cil managed" />
<MemberSignature Language="DocId" Value="M:Intents.INSendMessageIntentHandling_Extensions.ResolveSpeakableGroupName(Intents.IINSendMessageIntentHandling,Intents.INSendMessageIntent,System.Action{Intents.INSpeakableStringResolutionResult})" />
<MemberSignature Language="F#" Value="static member ResolveSpeakableGroupName : Intents.IINSendMessageIntentHandling * Intents.INSendMessageIntent * Action<Intents.INSpeakableStringResolutionResult> -> unit" Usage="Intents.INSendMessageIntentHandling_Extensions.ResolveSpeakableGroupName (This, intent, completion)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Xamarin.iOS</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Xamarin.Mac</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="This" Type="Intents.IINSendMessageIntentHandling" RefType="this" />
<Parameter Name="intent" Type="Intents.INSendMessageIntent" />
<Parameter Name="completion" Type="System.Action<Intents.INSpeakableStringResolutionResult>">
<Attributes>
<Attribute FrameworkAlternate="xamarin-ios-sdk-12">
<AttributeName>ObjCRuntime.BlockProxy(typeof(ObjCRuntime.Trampolines/NIDActionArity1V54))</AttributeName>
</Attribute>
</Attributes>
</Parameter>
</Parameters>
<Docs>
<param name="This">The instance on which this method operates.</param>
<param name="intent">Specifies the user's intention.</param>
<param name="completion">Completion method that must be called by the override.</param>
<summary>Developers may implement this method to customize the resolution of the speakable group name.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>