-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathDialogButtonType.xml
More file actions
117 lines (117 loc) · 7.71 KB
/
Copy pathDialogButtonType.xml
File metadata and controls
117 lines (117 loc) · 7.71 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
109
110
111
112
113
114
115
116
117
<Type Name="DialogButtonType" FullName="Android.Content.DialogButtonType">
<TypeSignature Language="C#" Value="public enum DialogButtonType" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed DialogButtonType extends System.Enum" />
<TypeSignature Language="DocId" Value="T:Android.Content.DialogButtonType" />
<TypeSignature Language="F#" Value="type DialogButtonType = " />
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<summary>Enumerates values returned by several types.</summary>
<remarks>
<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="Negative">
<MemberSignature Language="C#" Value="Negative" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Content.DialogButtonType Negative = int32(-2)" />
<MemberSignature Language="DocId" Value="F:Android.Content.DialogButtonType.Negative" />
<MemberSignature Language="F#" Value="Negative = -2" Usage="Android.Content.DialogButtonType.Negative" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition("Android.Content.IDialogInterface.ButtonNegative", JniField="android/content/DialogInterface.BUTTON_NEGATIVE")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition("Android.Content.IDialogInterface.ButtonNegative", JniField="android/content/DialogInterface.BUTTON_NEGATIVE")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Content.DialogButtonType</ReturnType>
</ReturnValue>
<MemberValue>-2</MemberValue>
<Docs>
<summary>The identifier for the negative button.</summary>
<remarks>
<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>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/content/DialogInterface#BUTTON_NEGATIVE" title="Reference documentation">Java documentation for <code>android.content.DialogInterface.BUTTON_NEGATIVE</code>.</a>
</format>
</para>
</remarks>
</Docs>
</Member>
<Member MemberName="Neutral">
<MemberSignature Language="C#" Value="Neutral" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Content.DialogButtonType Neutral = int32(-3)" />
<MemberSignature Language="DocId" Value="F:Android.Content.DialogButtonType.Neutral" />
<MemberSignature Language="F#" Value="Neutral = -3" Usage="Android.Content.DialogButtonType.Neutral" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition("Android.Content.IDialogInterface.ButtonNeutral", JniField="android/content/DialogInterface.BUTTON_NEUTRAL")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition("Android.Content.IDialogInterface.ButtonNeutral", JniField="android/content/DialogInterface.BUTTON_NEUTRAL")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Content.DialogButtonType</ReturnType>
</ReturnValue>
<MemberValue>-3</MemberValue>
<Docs>
<summary>The identifier for the neutral button.</summary>
<remarks>
<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>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/content/DialogInterface#BUTTON_NEUTRAL" title="Reference documentation">Java documentation for <code>android.content.DialogInterface.BUTTON_NEUTRAL</code>.</a>
</format>
</para>
</remarks>
</Docs>
</Member>
<Member MemberName="Positive">
<MemberSignature Language="C#" Value="Positive" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Content.DialogButtonType Positive = int32(-1)" />
<MemberSignature Language="DocId" Value="F:Android.Content.DialogButtonType.Positive" />
<MemberSignature Language="F#" Value="Positive = -1" Usage="Android.Content.DialogButtonType.Positive" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition("Android.Content.IDialogInterface.ButtonPositive", JniField="android/content/DialogInterface.BUTTON_POSITIVE")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition("Android.Content.IDialogInterface.ButtonPositive", JniField="android/content/DialogInterface.BUTTON_POSITIVE")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Content.DialogButtonType</ReturnType>
</ReturnValue>
<MemberValue>-1</MemberValue>
<Docs>
<summary>The identifier for the positive button.</summary>
<remarks>
<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>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/content/DialogInterface#BUTTON_POSITIVE" title="Reference documentation">Java documentation for <code>android.content.DialogInterface.BUTTON_POSITIVE</code>.</a>
</format>
</para>
</remarks>
</Docs>
</Member>
</Members>
</Type>