-
Notifications
You must be signed in to change notification settings - Fork 3
/
CalendarContract+ColorsColumns.xml
459 lines (459 loc) · 28.9 KB
/
CalendarContract+ColorsColumns.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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
<Type Name="CalendarContract+ColorsColumns" FullName="Android.Provider.CalendarContract+ColorsColumns">
<TypeSignature Language="C#" Value="public abstract class CalendarContract.ColorsColumns : Java.Lang.Object" />
<TypeSignature Language="ILAsm" Value=".class nested public auto ansi abstract beforefieldinit CalendarContract/ColorsColumns extends Java.Lang.Object" />
<TypeSignature Language="DocId" Value="T:Android.Provider.CalendarContract.ColorsColumns" />
<TypeSignature Language="F#" Value="type CalendarContract.ColorsColumns = class
 inherit Object" />
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Java.Lang.Object</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("android/provider/CalendarContract$ColorsColumns", DoNotGenerateAcw=true)]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("android/provider/CalendarContract$ColorsColumns", DoNotGenerateAcw=true)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Obsolete("Use the 'Android.Provider.CalendarContract.IColorsColumns' type. This class will be removed in a future release.")]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("Use the 'Android.Provider.CalendarContract.IColorsColumns' type. This class will be removed in a future release.")>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>To be added.</summary>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/provider/CalendarContract$ColorsColumns" title="Reference documentation">Android platform documentation</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="AccountName">
<MemberSignature Language="C#" Value="public const string AccountName;" />
<MemberSignature Language="ILAsm" Value=".field public static literal string AccountName" />
<MemberSignature Language="DocId" Value="F:Android.Provider.CalendarContract.ColorsColumns.AccountName" />
<MemberSignature Language="F#" Value="val mutable AccountName : string" Usage="Android.Provider.CalendarContract.ColorsColumns.AccountName" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("ACCOUNT_NAME")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("ACCOUNT_NAME")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Obsolete("Use 'Android.Provider.SyncStateContract.IColumns.AccountName'. This class will be removed in a future release.")]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("Use 'Android.Provider.SyncStateContract.IColumns.AccountName'. This class will be removed in a future release.")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>A reference to the name of the account to which this data belongs</summary>
<remarks>
<para>A reference to the name of the account to which this data belongs</para>
<para>Type: STRING</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/provider/SyncStateContract.Columns#ACCOUNT_NAME" title="Reference documentation">Java documentation for <code>android.provider.SyncStateContract.Columns.ACCOUNT_NAME</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>
</Member>
<Member MemberName="AccountType">
<MemberSignature Language="C#" Value="public const string AccountType;" />
<MemberSignature Language="ILAsm" Value=".field public static literal string AccountType" />
<MemberSignature Language="DocId" Value="F:Android.Provider.CalendarContract.ColorsColumns.AccountType" />
<MemberSignature Language="F#" Value="val mutable AccountType : string" Usage="Android.Provider.CalendarContract.ColorsColumns.AccountType" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("ACCOUNT_TYPE")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("ACCOUNT_TYPE")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Obsolete("Use 'Android.Provider.SyncStateContract.IColumns.AccountType'. This class will be removed in a future release.")]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("Use 'Android.Provider.SyncStateContract.IColumns.AccountType'. This class will be removed in a future release.")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>A reference to the type of the account to which this data belongs</summary>
<remarks>
<para>A reference to the type of the account to which this data belongs</para>
<para>Type: STRING</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/provider/SyncStateContract.Columns#ACCOUNT_TYPE" title="Reference documentation">Java documentation for <code>android.provider.SyncStateContract.Columns.ACCOUNT_TYPE</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>
</Member>
<Member MemberName="Color">
<MemberSignature Language="C#" Value="public const string Color;" />
<MemberSignature Language="ILAsm" Value=".field public static literal string Color" />
<MemberSignature Language="DocId" Value="F:Android.Provider.CalendarContract.ColorsColumns.Color" />
<MemberSignature Language="F#" Value="val mutable Color : string" Usage="Android.Provider.CalendarContract.ColorsColumns.Color" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("COLOR")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("COLOR")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Obsolete("Use 'Android.Provider.CalendarContract.IColorsColumns.Color'. This class will be removed in a future release.")]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("Use 'Android.Provider.CalendarContract.IColorsColumns.Color'. This class will be removed in a future release.")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>The color as an 8-bit ARGB integer value.</summary>
<remarks>
<para>The color as an 8-bit ARGB integer value. Colors should specify alpha
as fully opaque (eg 0xFF993322) as the alpha may be ignored or
modified for display. It is reccomended that colors be usable with
light (near white) text. Apps should not depend on that assumption,
however. Column name.</para>
<para>Type: INTEGER (NOT NULL)</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/provider/CalendarContract.ColorsColumns#COLOR" title="Reference documentation">Java documentation for <code>android.provider.CalendarContract.ColorsColumns.COLOR</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 15" />
</Docs>
</Member>
<Member MemberName="ColorKey">
<MemberSignature Language="C#" Value="public const string ColorKey;" />
<MemberSignature Language="ILAsm" Value=".field public static literal string ColorKey" />
<MemberSignature Language="DocId" Value="F:Android.Provider.CalendarContract.ColorsColumns.ColorKey" />
<MemberSignature Language="F#" Value="val mutable ColorKey : string" Usage="Android.Provider.CalendarContract.ColorsColumns.ColorKey" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("COLOR_KEY")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("COLOR_KEY")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Obsolete("Use 'Android.Provider.CalendarContract.IColorsColumns.ColorKey'. This class will be removed in a future release.")]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("Use 'Android.Provider.CalendarContract.IColorsColumns.ColorKey'. This class will be removed in a future release.")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>The key used to reference this color.</summary>
<remarks>
<para>The key used to reference this color. This can be any non-empty
string, but must be unique for a given <c>#ACCOUNT_TYPE</c> and
<c>#ACCOUNT_NAME</c>. Column name.</para>
<para>Type: TEXT</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/provider/CalendarContract.ColorsColumns#COLOR_KEY" title="Reference documentation">Java documentation for <code>android.provider.CalendarContract.ColorsColumns.COLOR_KEY</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 15" />
</Docs>
</Member>
<Member MemberName="ColorType">
<MemberSignature Language="C#" Value="public const string ColorType;" />
<MemberSignature Language="ILAsm" Value=".field public static literal string ColorType" />
<MemberSignature Language="DocId" Value="F:Android.Provider.CalendarContract.ColorsColumns.ColorType" />
<MemberSignature Language="F#" Value="val mutable ColorType : string" Usage="Android.Provider.CalendarContract.ColorsColumns.ColorType" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("COLOR_TYPE")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("COLOR_TYPE")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Obsolete("Use 'Android.Provider.CalendarContract.IColorsColumns.ColorType'. This class will be removed in a future release.")]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("Use 'Android.Provider.CalendarContract.IColorsColumns.ColorType'. This class will be removed in a future release.")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>The type of color, which describes how it should be used.</summary>
<remarks>
<para>The type of color, which describes how it should be used. Valid types
are <c>#TYPE_CALENDAR</c> and <c>#TYPE_EVENT</c>. Column name.</para>
<para>Type: INTEGER (NOT NULL)</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/provider/CalendarContract.ColorsColumns#COLOR_TYPE" title="Reference documentation">Java documentation for <code>android.provider.CalendarContract.ColorsColumns.COLOR_TYPE</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 15" />
</Docs>
</Member>
<Member MemberName="Count">
<MemberSignature Language="C#" Value="public const string Count;" />
<MemberSignature Language="ILAsm" Value=".field public static literal string Count" />
<MemberSignature Language="DocId" Value="F:Android.Provider.CalendarContract.ColorsColumns.Count" />
<MemberSignature Language="F#" Value="val mutable Count : string" Usage="Android.Provider.CalendarContract.ColorsColumns.Count" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("_COUNT")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("_COUNT")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Obsolete("Use 'Android.Provider.IBaseColumns.Count'. This class will be removed in a future release.")]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("Use 'Android.Provider.IBaseColumns.Count'. This class will be removed in a future release.")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>The count of rows in a directory.</summary>
<remarks>
<para>The count of rows in a directory.</para>
<para>Type: INTEGER</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/provider/BaseColumns#_COUNT" title="Reference documentation">Java documentation for <code>android.provider.BaseColumns._COUNT</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>
</Member>
<Member MemberName="Data">
<MemberSignature Language="C#" Value="public const string Data;" />
<MemberSignature Language="ILAsm" Value=".field public static literal string Data" />
<MemberSignature Language="DocId" Value="F:Android.Provider.CalendarContract.ColorsColumns.Data" />
<MemberSignature Language="F#" Value="val mutable Data : string" Usage="Android.Provider.CalendarContract.ColorsColumns.Data" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("DATA")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("DATA")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Obsolete("Use 'Android.Provider.SyncStateContract.IColumns.Data'. This class will be removed in a future release.")]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("Use 'Android.Provider.SyncStateContract.IColumns.Data'. This class will be removed in a future release.")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>The sync data associated with this account.</summary>
<remarks>
<para>The sync data associated with this account.</para>
<para>Type: NONE</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/provider/SyncStateContract.Columns#DATA" title="Reference documentation">Java documentation for <code>android.provider.SyncStateContract.Columns.DATA</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>
</Member>
<Member MemberName="Id">
<MemberSignature Language="C#" Value="public const string Id;" />
<MemberSignature Language="ILAsm" Value=".field public static literal string Id" />
<MemberSignature Language="DocId" Value="F:Android.Provider.CalendarContract.ColorsColumns.Id" />
<MemberSignature Language="F#" Value="val mutable Id : string" Usage="Android.Provider.CalendarContract.ColorsColumns.Id" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("_ID")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("_ID")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Obsolete("Use 'Android.Provider.IBaseColumns.Id'. This class will be removed in a future release.")]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("Use 'Android.Provider.IBaseColumns.Id'. This class will be removed in a future release.")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>The unique ID for a row.</summary>
<remarks>
<para>The unique ID for a row.</para>
<para>Type: INTEGER (long)</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/provider/BaseColumns#_ID" title="Reference documentation">Java documentation for <code>android.provider.BaseColumns._ID</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>
</Member>
<Member MemberName="TypeCalendar">
<MemberSignature Language="C#" Value="public const Android.Provider.CalendarColoredTypes TypeCalendar = 0;" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Provider.CalendarColoredTypes TypeCalendar = (0)" />
<MemberSignature Language="DocId" Value="F:Android.Provider.CalendarContract.ColorsColumns.TypeCalendar" />
<MemberSignature Language="F#" Value="val mutable TypeCalendar : Android.Provider.CalendarColoredTypes" Usage="Android.Provider.CalendarContract.ColorsColumns.TypeCalendar" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("TYPE_CALENDAR")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("TYPE_CALENDAR")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.CalendarColoredTypes enum directly instead of this field.", true)]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.CalendarColoredTypes enum directly instead of this field.", true)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Provider.CalendarColoredTypes</ReturnType>
</ReturnValue>
<MemberValue>0</MemberValue>
<Docs>
<summary>This indicateds a color that can be used for calendars.</summary>
<remarks>
<para>This indicateds a color that can be used for calendars.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/provider/CalendarContract.ColorsColumns#TYPE_CALENDAR" title="Reference documentation">Java documentation for <code>android.provider.CalendarContract.ColorsColumns.TYPE_CALENDAR</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 15" />
</Docs>
</Member>
<Member MemberName="TypeEvent">
<MemberSignature Language="C#" Value="public const Android.Provider.CalendarColoredTypes TypeEvent = 1;" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Provider.CalendarColoredTypes TypeEvent = (1)" />
<MemberSignature Language="DocId" Value="F:Android.Provider.CalendarContract.ColorsColumns.TypeEvent" />
<MemberSignature Language="F#" Value="val mutable TypeEvent : Android.Provider.CalendarColoredTypes" Usage="Android.Provider.CalendarContract.ColorsColumns.TypeEvent" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("TYPE_EVENT")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("TYPE_EVENT")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.CalendarColoredTypes enum directly instead of this field.", true)]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.CalendarColoredTypes enum directly instead of this field.", true)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Provider.CalendarColoredTypes</ReturnType>
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary>This indicates a color that can be used for events.</summary>
<remarks>
<para>This indicates a color that can be used for events.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/provider/CalendarContract.ColorsColumns#TYPE_EVENT" title="Reference documentation">Java documentation for <code>android.provider.CalendarContract.ColorsColumns.TYPE_EVENT</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 15" />
</Docs>
</Member>
</Members>
</Type>