-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathIntentSender+IOnFinished.xml
More file actions
108 lines (108 loc) Β· 7.79 KB
/
IntentSender+IOnFinished.xml
File metadata and controls
108 lines (108 loc) Β· 7.79 KB
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
<Type Name="IntentSender+IOnFinished" FullName="Android.Content.IntentSender+IOnFinished">
<TypeSignature Language="C#" Value="public interface IntentSender.IOnFinished : Android.Runtime.IJavaObject, IDisposable, Java.Interop.IJavaPeerable" />
<TypeSignature Language="ILAsm" Value=".class nested public interface auto ansi abstract beforefieldinit IntentSender/IOnFinished implements class Android.Runtime.IJavaObject, class Java.Interop.IJavaPeerable, class System.IDisposable" />
<TypeSignature Language="DocId" Value="T:Android.Content.IntentSender.IOnFinished" />
<TypeSignature Language="F#" Value="type IntentSender.IOnFinished = interface
 interface IJavaObject
 interface IDisposable
 interface IJavaPeerable" />
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces>
<Interface>
<InterfaceName>Android.Runtime.IJavaObject</InterfaceName>
</Interface>
<Interface>
<InterfaceName>Java.Interop.IJavaPeerable</InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.IDisposable</InterfaceName>
</Interface>
</Interfaces>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("android/content/IntentSender$OnFinished", "", "Android.Content.IntentSender/IOnFinishedInvoker")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("android/content/IntentSender$OnFinished", "", "Android.Content.IntentSender/IOnFinishedInvoker")>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>Callback interface for discovering when a send operation has
completed.</summary>
<remarks>
<para>Callback interface for discovering when a send operation has
completed. Primarily for use with a IntentSender that is
performing a broadcast, this provides the same information as
calling <c>Context#sendOrderedBroadcast(Intent, String,
android.content.BroadcastReceiver, Handler, int, String, Bundle)
Context.sendBroadcast()</c> with a final BroadcastReceiver.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/content/IntentSender.OnFinished" title="Reference documentation">Java documentation for <code>android.content.IntentSender.OnFinished</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="Added in API level 4" />
</Docs>
<Members>
<Member MemberName="OnSendFinished">
<MemberSignature Language="C#" Value="public void OnSendFinished (Android.Content.IntentSender? IntentSender, Android.Content.Intent? intent, Android.App.Result resultCode, string? resultData, Android.OS.Bundle? resultExtras);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void OnSendFinished(class Android.Content.IntentSender IntentSender, class Android.Content.Intent intent, valuetype Android.App.Result resultCode, string resultData, class Android.OS.Bundle resultExtras) cil managed" />
<MemberSignature Language="DocId" Value="M:Android.Content.IntentSender.IOnFinished.OnSendFinished(Android.Content.IntentSender,Android.Content.Intent,Android.App.Result,System.String,Android.OS.Bundle)" />
<MemberSignature Language="F#" Value="abstract member OnSendFinished : Android.Content.IntentSender * Android.Content.Intent * Android.App.Result * string * Android.OS.Bundle -> unit" Usage="iOnFinished.OnSendFinished (IntentSender, intent, resultCode, resultData, resultExtras)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("onSendFinished", "(Landroid/content/IntentSender;Landroid/content/Intent;ILjava/lang/String;Landroid/os/Bundle;)V", "GetOnSendFinished_Landroid_content_IntentSender_Landroid_content_Intent_ILjava_lang_String_Landroid_os_Bundle_Handler:Android.Content.IntentSender/IOnFinishedInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("onSendFinished", "(Landroid/content/IntentSender;Landroid/content/Intent;ILjava/lang/String;Landroid/os/Bundle;)V", "GetOnSendFinished_Landroid_content_IntentSender_Landroid_content_Intent_ILjava_lang_String_Landroid_os_Bundle_Handler:Android.Content.IntentSender/IOnFinishedInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="IntentSender" Type="Android.Content.IntentSender" />
<Parameter Name="intent" Type="Android.Content.Intent" />
<Parameter Name="resultCode" Type="Android.App.Result">
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.GeneratedEnum]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.GeneratedEnum>]</AttributeName>
</Attribute>
</Attributes>
</Parameter>
<Parameter Name="resultData" Type="System.String" />
<Parameter Name="resultExtras" Type="Android.OS.Bundle" />
</Parameters>
<Docs>
<param name="IntentSender">The IntentSender this operation was sent through.</param>
<param name="intent">The original Intent that was sent.</param>
<param name="resultCode">The final result code determined by the send.</param>
<param name="resultData">The final data collected by a broadcast.</param>
<param name="resultExtras">The final extras collected by a broadcast.</param>
<summary>Called when a send operation as completed.</summary>
<remarks>
<para>Called when a send operation as completed.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/content/IntentSender.OnFinished#onSendFinished(android.content.IntentSender,%20android.content.Intent,%20int,%20java.lang.String,%20android.os.Bundle)" title="Reference documentation">Java documentation for <code>android.content.IntentSender.OnFinished.onSendFinished(android.content.IntentSender, android.content.Intent, int, java.lang.String, android.os.Bundle)</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="Added in API level 4" />
</Docs>
</Member>
</Members>
</Type>