-
Notifications
You must be signed in to change notification settings - Fork 42
/
INPauseWorkoutIntentHandling_Extensions.xml
94 lines (94 loc) · 6.11 KB
/
INPauseWorkoutIntentHandling_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
<Type Name="INPauseWorkoutIntentHandling_Extensions" FullName="Intents.INPauseWorkoutIntentHandling_Extensions">
<TypeSignature Language="C#" Value="public static class INPauseWorkoutIntentHandling_Extensions" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit INPauseWorkoutIntentHandling_Extensions extends System.Object" />
<TypeSignature Language="DocId" Value="T:Intents.INPauseWorkoutIntentHandling_Extensions" />
<TypeSignature Language="F#" Value="type INPauseWorkoutIntentHandling_Extensions = class" />
<AssemblyInfo>
<AssemblyName>Xamarin.iOS</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.IINPauseWorkoutIntentHandling" /> interface.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="ConfirmPauseWorkout">
<MemberSignature Language="C#" Value="public static void ConfirmPauseWorkout (this Intents.IINPauseWorkoutIntentHandling This, Intents.INPauseWorkoutIntent intent, Action<Intents.INPauseWorkoutIntentResponse> completion);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig void ConfirmPauseWorkout(class Intents.IINPauseWorkoutIntentHandling This, class Intents.INPauseWorkoutIntent intent, class System.Action`1<class Intents.INPauseWorkoutIntentResponse> completion) cil managed" />
<MemberSignature Language="DocId" Value="M:Intents.INPauseWorkoutIntentHandling_Extensions.ConfirmPauseWorkout(Intents.IINPauseWorkoutIntentHandling,Intents.INPauseWorkoutIntent,System.Action{Intents.INPauseWorkoutIntentResponse})" />
<MemberSignature Language="F#" Value="static member ConfirmPauseWorkout : Intents.IINPauseWorkoutIntentHandling * Intents.INPauseWorkoutIntent * Action<Intents.INPauseWorkoutIntentResponse> -> unit" Usage="Intents.INPauseWorkoutIntentHandling_Extensions.ConfirmPauseWorkout (This, intent, completion)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<AssemblyName>Xamarin.iOS</AssemblyName>
</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.IINPauseWorkoutIntentHandling" RefType="this" />
<Parameter Name="intent" Type="Intents.INPauseWorkoutIntent" />
<Parameter Name="completion" Type="System.Action<Intents.INPauseWorkoutIntentResponse>">
<Attributes>
<Attribute>
<AttributeName>ObjCRuntime.BlockProxy(typeof(ObjCRuntime.Trampolines/NIDActionArity1V102))</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 of the pausing of the workout.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ResolveWorkoutName">
<MemberSignature Language="C#" Value="public static void ResolveWorkoutName (this Intents.IINPauseWorkoutIntentHandling This, Intents.INPauseWorkoutIntent intent, Action<Intents.INSpeakableStringResolutionResult> completion);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig void ResolveWorkoutName(class Intents.IINPauseWorkoutIntentHandling This, class Intents.INPauseWorkoutIntent intent, class System.Action`1<class Intents.INSpeakableStringResolutionResult> completion) cil managed" />
<MemberSignature Language="DocId" Value="M:Intents.INPauseWorkoutIntentHandling_Extensions.ResolveWorkoutName(Intents.IINPauseWorkoutIntentHandling,Intents.INPauseWorkoutIntent,System.Action{Intents.INSpeakableStringResolutionResult})" />
<MemberSignature Language="F#" Value="static member ResolveWorkoutName : Intents.IINPauseWorkoutIntentHandling * Intents.INPauseWorkoutIntent * Action<Intents.INSpeakableStringResolutionResult> -> unit" Usage="Intents.INPauseWorkoutIntentHandling_Extensions.ResolveWorkoutName (This, intent, completion)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<AssemblyName>Xamarin.iOS</AssemblyName>
</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.IINPauseWorkoutIntentHandling" RefType="this" />
<Parameter Name="intent" Type="Intents.INPauseWorkoutIntent" />
<Parameter Name="completion" Type="System.Action<Intents.INSpeakableStringResolutionResult>">
<Attributes>
<Attribute>
<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 can call this method to trigger validation of the workout name.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>