-
Notifications
You must be signed in to change notification settings - Fork 3
/
ImportantForAutofill.xml
176 lines (176 loc) · 11.9 KB
/
ImportantForAutofill.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<Type Name="ImportantForAutofill" FullName="Android.Views.ImportantForAutofill">
<TypeSignature Language="C#" Value="public enum ImportantForAutofill" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed ImportantForAutofill extends System.Enum" />
<TypeSignature Language="DocId" Value="T:Android.Views.ImportantForAutofill" />
<TypeSignature Language="F#" Value="type ImportantForAutofill = " />
<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="Auto">
<MemberSignature Language="C#" Value="Auto" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Views.ImportantForAutofill Auto = int32(0)" />
<MemberSignature Language="DocId" Value="F:Android.Views.ImportantForAutofill.Auto" />
<MemberSignature Language="F#" Value="Auto = 0" Usage="Android.Views.ImportantForAutofill.Auto" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition("Android.Views.View.ImportantForAutofillAuto", JniField="android/view/View.IMPORTANT_FOR_AUTOFILL_AUTO")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition("Android.Views.View.ImportantForAutofillAuto", JniField="android/view/View.IMPORTANT_FOR_AUTOFILL_AUTO")>]</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.Views.ImportantForAutofill</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="No">
<MemberSignature Language="C#" Value="No" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Views.ImportantForAutofill No = int32(2)" />
<MemberSignature Language="DocId" Value="F:Android.Views.ImportantForAutofill.No" />
<MemberSignature Language="F#" Value="No = 2" Usage="Android.Views.ImportantForAutofill.No" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition("Android.Views.View.ImportantForAutofillNo", JniField="android/view/View.IMPORTANT_FOR_AUTOFILL_NO")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition("Android.Views.View.ImportantForAutofillNo", JniField="android/view/View.IMPORTANT_FOR_AUTOFILL_NO")>]</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.Views.ImportantForAutofill</ReturnType>
</ReturnValue>
<MemberValue>2</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="NoExcludeDescendants">
<MemberSignature Language="C#" Value="NoExcludeDescendants" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Views.ImportantForAutofill NoExcludeDescendants = int32(8)" />
<MemberSignature Language="DocId" Value="F:Android.Views.ImportantForAutofill.NoExcludeDescendants" />
<MemberSignature Language="F#" Value="NoExcludeDescendants = 8" Usage="Android.Views.ImportantForAutofill.NoExcludeDescendants" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition("Android.Views.View.ImportantForAutofillNoExcludeDescendants", JniField="android/view/View.IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition("Android.Views.View.ImportantForAutofillNoExcludeDescendants", JniField="android/view/View.IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS")>]</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.Views.ImportantForAutofill</ReturnType>
</ReturnValue>
<MemberValue>8</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="Yes">
<MemberSignature Language="C#" Value="Yes" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Views.ImportantForAutofill Yes = int32(1)" />
<MemberSignature Language="DocId" Value="F:Android.Views.ImportantForAutofill.Yes" />
<MemberSignature Language="F#" Value="Yes = 1" Usage="Android.Views.ImportantForAutofill.Yes" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition("Android.Views.View.ImportantForAutofillYes", JniField="android/view/View.IMPORTANT_FOR_AUTOFILL_YES")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition("Android.Views.View.ImportantForAutofillYes", JniField="android/view/View.IMPORTANT_FOR_AUTOFILL_YES")>]</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.Views.ImportantForAutofill</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>
<Member MemberName="YesExcludeDescendants">
<MemberSignature Language="C#" Value="YesExcludeDescendants" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Views.ImportantForAutofill YesExcludeDescendants = int32(4)" />
<MemberSignature Language="DocId" Value="F:Android.Views.ImportantForAutofill.YesExcludeDescendants" />
<MemberSignature Language="F#" Value="YesExcludeDescendants = 4" Usage="Android.Views.ImportantForAutofill.YesExcludeDescendants" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition("Android.Views.View.ImportantForAutofillYesExcludeDescendants", JniField="android/view/View.IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition("Android.Views.View.ImportantForAutofillYesExcludeDescendants", JniField="android/view/View.IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS")>]</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.Views.ImportantForAutofill</ReturnType>
</ReturnValue>
<MemberValue>4</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>