-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathSdkSandboxManager+ISdkSandboxProcessDeathCallback.xml
More file actions
76 lines (76 loc) Β· 5.19 KB
/
SdkSandboxManager+ISdkSandboxProcessDeathCallback.xml
File metadata and controls
76 lines (76 loc) Β· 5.19 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
<Type Name="SdkSandboxManager+ISdkSandboxProcessDeathCallback" FullName="Android.App.SdkSandbox.SdkSandboxManager+ISdkSandboxProcessDeathCallback">
<TypeSignature Language="C#" Value="public interface SdkSandboxManager.ISdkSandboxProcessDeathCallback : Android.Runtime.IJavaObject, IDisposable, Java.Interop.IJavaPeerable" />
<TypeSignature Language="ILAsm" Value=".class nested public interface auto ansi abstract beforefieldinit SdkSandboxManager/ISdkSandboxProcessDeathCallback implements class Android.Runtime.IJavaObject, class Java.Interop.IJavaPeerable, class System.IDisposable" />
<TypeSignature Language="DocId" Value="T:Android.App.SdkSandbox.SdkSandboxManager.ISdkSandboxProcessDeathCallback" />
<TypeSignature Language="F#" Value="type SdkSandboxManager.ISdkSandboxProcessDeathCallback = 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/app/sdksandbox/SdkSandboxManager$SdkSandboxProcessDeathCallback", "", "Android.App.SdkSandbox.SdkSandboxManager/ISdkSandboxProcessDeathCallbackInvoker", ApiSince=34)]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("android/app/sdksandbox/SdkSandboxManager$SdkSandboxProcessDeathCallback", "", "Android.App.SdkSandbox.SdkSandboxManager/ISdkSandboxProcessDeathCallbackInvoker", ApiSince=34)>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>A callback for tracking events SDK sandbox death.</summary>
<remarks>
<para>A callback for tracking events SDK sandbox death.</para>
<para>The callback can be added using <c>SdkSandboxManager#addSdkSandboxProcessDeathCallback(Executor,
SdkSandboxProcessDeathCallback)</c> and removed using <c>SdkSandboxManager#removeSdkSandboxProcessDeathCallback(SdkSandboxProcessDeathCallback)</c></para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/app/sdksandbox/SdkSandboxManager.SdkSandboxProcessDeathCallback" title="Reference documentation">Java documentation for <code>android.app.sdksandbox.SdkSandboxManager.SdkSandboxProcessDeathCallback</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>
</Docs>
<Members>
<Member MemberName="OnSdkSandboxDied">
<MemberSignature Language="C#" Value="public void OnSdkSandboxDied ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void OnSdkSandboxDied() cil managed" />
<MemberSignature Language="DocId" Value="M:Android.App.SdkSandbox.SdkSandboxManager.ISdkSandboxProcessDeathCallback.OnSdkSandboxDied" />
<MemberSignature Language="F#" Value="abstract member OnSdkSandboxDied : unit -> unit" Usage="iSdkSandboxProcessDeathCallback.OnSdkSandboxDied " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("onSdkSandboxDied", "()V", "GetOnSdkSandboxDiedHandler:Android.App.SdkSandbox.SdkSandboxManager/ISdkSandboxProcessDeathCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("onSdkSandboxDied", "()V", "GetOnSdkSandboxDiedHandler:Android.App.SdkSandbox.SdkSandboxManager/ISdkSandboxProcessDeathCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android34.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android34.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>