-
Notifications
You must be signed in to change notification settings - Fork 2
/
NegativeButtonStyle.xml
111 lines (111 loc) · 6.91 KB
/
NegativeButtonStyle.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
<Type Name="NegativeButtonStyle" FullName="Android.Service.Autofill.NegativeButtonStyle">
<TypeSignature Language="C#" Value="public enum NegativeButtonStyle" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed NegativeButtonStyle extends System.Enum" />
<TypeSignature Language="DocId" Value="T:Android.Service.Autofill.NegativeButtonStyle" />
<TypeSignature Language="F#" Value="type NegativeButtonStyle = " />
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<summary>To be added.</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="Cancel">
<MemberSignature Language="C#" Value="Cancel" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Service.Autofill.NegativeButtonStyle Cancel = int32(0)" />
<MemberSignature Language="DocId" Value="F:Android.Service.Autofill.NegativeButtonStyle.Cancel" />
<MemberSignature Language="F#" Value="Cancel = 0" Usage="Android.Service.Autofill.NegativeButtonStyle.Cancel" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="android/service/autofill/SaveInfo.NEGATIVE_BUTTON_STYLE_CANCEL")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="android/service/autofill/SaveInfo.NEGATIVE_BUTTON_STYLE_CANCEL")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android26.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android26.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Service.Autofill.NegativeButtonStyle</ReturnType>
</ReturnValue>
<MemberValue>0</MemberValue>
<Docs>
<summary>To be added.</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>
</Member>
<Member MemberName="Never">
<MemberSignature Language="C#" Value="Never" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Service.Autofill.NegativeButtonStyle Never = int32(2)" />
<MemberSignature Language="DocId" Value="F:Android.Service.Autofill.NegativeButtonStyle.Never" />
<MemberSignature Language="F#" Value="Never = 2" Usage="Android.Service.Autofill.NegativeButtonStyle.Never" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="android/service/autofill/SaveInfo.NEGATIVE_BUTTON_STYLE_NEVER")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="android/service/autofill/SaveInfo.NEGATIVE_BUTTON_STYLE_NEVER")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android30.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android30.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Service.Autofill.NegativeButtonStyle</ReturnType>
</ReturnValue>
<MemberValue>2</MemberValue>
<Docs>
<summary>To be added.</summary>
</Docs>
</Member>
<Member MemberName="Reject">
<MemberSignature Language="C#" Value="Reject" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Service.Autofill.NegativeButtonStyle Reject = int32(1)" />
<MemberSignature Language="DocId" Value="F:Android.Service.Autofill.NegativeButtonStyle.Reject" />
<MemberSignature Language="F#" Value="Reject = 1" Usage="Android.Service.Autofill.NegativeButtonStyle.Reject" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="android/service/autofill/SaveInfo.NEGATIVE_BUTTON_STYLE_REJECT")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="android/service/autofill/SaveInfo.NEGATIVE_BUTTON_STYLE_REJECT")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android26.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android26.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Service.Autofill.NegativeButtonStyle</ReturnType>
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary>To be added.</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>
</Member>
</Members>
</Type>