-
Notifications
You must be signed in to change notification settings - Fork 2
/
ContactsContract+IGroupsColumns.xml
582 lines (582 loc) · 34.5 KB
/
ContactsContract+IGroupsColumns.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
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
<Type Name="ContactsContract+IGroupsColumns" FullName="Android.Provider.ContactsContract+IGroupsColumns">
<TypeSignature Language="C#" Value="public interface ContactsContract.IGroupsColumns" />
<TypeSignature Language="ILAsm" Value=".class nested public interface auto ansi abstract beforefieldinit ContactsContract/IGroupsColumns" />
<TypeSignature Language="DocId" Value="T:Android.Provider.ContactsContract.IGroupsColumns" />
<TypeSignature Language="F#" Value="type ContactsContract.IGroupsColumns = interface" />
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Docs>
<summary>To be added.</summary>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/provider/ContactsContract.GroupsColumns" title="Reference documentation">Java documentation for <code>android.provider.ContactsContract.GroupsColumns</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="AutoAdd">
<MemberSignature Language="C#" Value="public const string AutoAdd;" />
<MemberSignature Language="ILAsm" Value=".field public static literal string AutoAdd" />
<MemberSignature Language="DocId" Value="F:Android.Provider.ContactsContract.IGroupsColumns.AutoAdd" />
<MemberSignature Language="F#" Value="val mutable AutoAdd : string" Usage="Android.Provider.ContactsContract.IGroupsColumns.AutoAdd" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("AUTO_ADD")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("AUTO_ADD")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Any newly created contacts will automatically be added to groups that have this
flag set to true.</summary>
<remarks>
<para>Any newly created contacts will automatically be added to groups that have this
flag set to true.</para>
<para>Type: INTEGER (boolean)</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/provider/ContactsContract.GroupsColumns#AUTO_ADD" title="Reference documentation">Java documentation for <code>android.provider.ContactsContract.GroupsColumns.AUTO_ADD</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="DataSet">
<MemberSignature Language="C#" Value="public const string DataSet;" />
<MemberSignature Language="ILAsm" Value=".field public static literal string DataSet" />
<MemberSignature Language="DocId" Value="F:Android.Provider.ContactsContract.IGroupsColumns.DataSet" />
<MemberSignature Language="F#" Value="val mutable DataSet : string" Usage="Android.Provider.ContactsContract.IGroupsColumns.DataSet" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("DATA_SET")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("DATA_SET")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>The data set within the account that this group belongs to.</summary>
<remarks>
<para>The data set within the account that this group belongs to. This allows
multiple sync adapters for the same account type to distinguish between
each others' group data.</para>
<para>This is empty by default, and is completely optional. It only needs to
be populated if multiple sync adapters are entering distinct group data
for the same account type and account name.</para>
<para>Type: TEXT</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/provider/ContactsContract.GroupsColumns#DATA_SET" title="Reference documentation">Java documentation for <code>android.provider.ContactsContract.GroupsColumns.DATA_SET</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="Deleted">
<MemberSignature Language="C#" Value="public const string Deleted;" />
<MemberSignature Language="ILAsm" Value=".field public static literal string Deleted" />
<MemberSignature Language="DocId" Value="F:Android.Provider.ContactsContract.IGroupsColumns.Deleted" />
<MemberSignature Language="F#" Value="val mutable Deleted : string" Usage="Android.Provider.ContactsContract.IGroupsColumns.Deleted" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("DELETED")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("DELETED")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>The "deleted" flag: "0" by default, "1" if the row has been marked
for deletion.</summary>
<remarks>
<para>The "deleted" flag: "0" by default, "1" if the row has been marked
for deletion. When <c>android.content.ContentResolver#delete</c> is
called on a group, it is marked for deletion. The sync adaptor
deletes the group on the server and then calls ContactResolver.delete
once more, this time setting the the
<c>ContactsContract#CALLER_IS_SYNCADAPTER</c> query parameter to
finalize the data removal.</para>
<para>Type: INTEGER</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/provider/ContactsContract.GroupsColumns#DELETED" title="Reference documentation">Java documentation for <code>android.provider.ContactsContract.GroupsColumns.DELETED</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="Favorites">
<MemberSignature Language="C#" Value="public const string Favorites;" />
<MemberSignature Language="ILAsm" Value=".field public static literal string Favorites" />
<MemberSignature Language="DocId" Value="F:Android.Provider.ContactsContract.IGroupsColumns.Favorites" />
<MemberSignature Language="F#" Value="val mutable Favorites : string" Usage="Android.Provider.ContactsContract.IGroupsColumns.Favorites" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("FAVORITES")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("FAVORITES")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>When a contacts is marked as a favorites it will be automatically added
to the groups that have this flag set, and when it is removed from favorites
it will be removed from these groups.</summary>
<remarks>
<para>When a contacts is marked as a favorites it will be automatically added
to the groups that have this flag set, and when it is removed from favorites
it will be removed from these groups.</para>
<para>Type: INTEGER (boolean)</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/provider/ContactsContract.GroupsColumns#FAVORITES" title="Reference documentation">Java documentation for <code>android.provider.ContactsContract.GroupsColumns.FAVORITES</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="GroupIsReadOnly">
<MemberSignature Language="C#" Value="public const string GroupIsReadOnly;" />
<MemberSignature Language="ILAsm" Value=".field public static literal string GroupIsReadOnly" />
<MemberSignature Language="DocId" Value="F:Android.Provider.ContactsContract.IGroupsColumns.GroupIsReadOnly" />
<MemberSignature Language="F#" Value="val mutable GroupIsReadOnly : string" Usage="Android.Provider.ContactsContract.IGroupsColumns.GroupIsReadOnly" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("GROUP_IS_READ_ONLY")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("GROUP_IS_READ_ONLY")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>The "read-only" flag: "0" by default, "1" if the row cannot be modified or
deleted except by a sync adapter.</summary>
<remarks>
<para>The "read-only" flag: "0" by default, "1" if the row cannot be modified or
deleted except by a sync adapter. See <c>ContactsContract#CALLER_IS_SYNCADAPTER</c>.</para>
<para>Type: INTEGER</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/provider/ContactsContract.GroupsColumns#GROUP_IS_READ_ONLY" title="Reference documentation">Java documentation for <code>android.provider.ContactsContract.GroupsColumns.GROUP_IS_READ_ONLY</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="GroupVisible">
<MemberSignature Language="C#" Value="public const string GroupVisible;" />
<MemberSignature Language="ILAsm" Value=".field public static literal string GroupVisible" />
<MemberSignature Language="DocId" Value="F:Android.Provider.ContactsContract.IGroupsColumns.GroupVisible" />
<MemberSignature Language="F#" Value="val mutable GroupVisible : string" Usage="Android.Provider.ContactsContract.IGroupsColumns.GroupVisible" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("GROUP_VISIBLE")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("GROUP_VISIBLE")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Flag indicating if the contacts belonging to this group should be
visible in any user interface.</summary>
<remarks>
<para>Flag indicating if the contacts belonging to this group should be
visible in any user interface.</para>
<para>Type: INTEGER (boolean)</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/provider/ContactsContract.GroupsColumns#GROUP_VISIBLE" title="Reference documentation">Java documentation for <code>android.provider.ContactsContract.GroupsColumns.GROUP_VISIBLE</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="Notes">
<MemberSignature Language="C#" Value="public const string Notes;" />
<MemberSignature Language="ILAsm" Value=".field public static literal string Notes" />
<MemberSignature Language="DocId" Value="F:Android.Provider.ContactsContract.IGroupsColumns.Notes" />
<MemberSignature Language="F#" Value="val mutable Notes : string" Usage="Android.Provider.ContactsContract.IGroupsColumns.Notes" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("NOTES")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("NOTES")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Notes about the group.</summary>
<remarks>
<para>Notes about the group.</para>
<para>Type: TEXT</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/provider/ContactsContract.GroupsColumns#NOTES" title="Reference documentation">Java documentation for <code>android.provider.ContactsContract.GroupsColumns.NOTES</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="ResPackage">
<MemberSignature Language="C#" Value="public const string ResPackage;" />
<MemberSignature Language="ILAsm" Value=".field public static literal string ResPackage" />
<MemberSignature Language="DocId" Value="F:Android.Provider.ContactsContract.IGroupsColumns.ResPackage" />
<MemberSignature Language="F#" Value="val mutable ResPackage : string" Usage="Android.Provider.ContactsContract.IGroupsColumns.ResPackage" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("RES_PACKAGE")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("RES_PACKAGE")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>The package name to use when creating <c>Resources</c> objects for
this group.</summary>
<remarks>
<para>The package name to use when creating <c>Resources</c> objects for
this group. This value is only designed for use when building user
interfaces, and should not be used to infer the owner.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/provider/ContactsContract.GroupsColumns#RES_PACKAGE" title="Reference documentation">Java documentation for <code>android.provider.ContactsContract.GroupsColumns.RES_PACKAGE</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="ShouldSync">
<MemberSignature Language="C#" Value="public const string ShouldSync;" />
<MemberSignature Language="ILAsm" Value=".field public static literal string ShouldSync" />
<MemberSignature Language="DocId" Value="F:Android.Provider.ContactsContract.IGroupsColumns.ShouldSync" />
<MemberSignature Language="F#" Value="val mutable ShouldSync : string" Usage="Android.Provider.ContactsContract.IGroupsColumns.ShouldSync" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("SHOULD_SYNC")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("SHOULD_SYNC")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Whether this group should be synced if the SYNC_EVERYTHING settings
is false for this group's account.</summary>
<remarks>
<para>Whether this group should be synced if the SYNC_EVERYTHING settings
is false for this group's account.</para>
<para>Type: INTEGER (boolean)</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/provider/ContactsContract.GroupsColumns#SHOULD_SYNC" title="Reference documentation">Java documentation for <code>android.provider.ContactsContract.GroupsColumns.SHOULD_SYNC</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="SummaryCount">
<MemberSignature Language="C#" Value="public const string SummaryCount;" />
<MemberSignature Language="ILAsm" Value=".field public static literal string SummaryCount" />
<MemberSignature Language="DocId" Value="F:Android.Provider.ContactsContract.IGroupsColumns.SummaryCount" />
<MemberSignature Language="F#" Value="val mutable SummaryCount : string" Usage="Android.Provider.ContactsContract.IGroupsColumns.SummaryCount" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("SUMMARY_COUNT")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("SUMMARY_COUNT")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>The total number of <c>Contacts</c> that have
<c>CommonDataKinds.GroupMembership</c> in this group.</summary>
<remarks>
<para>The total number of <c>Contacts</c> that have
<c>CommonDataKinds.GroupMembership</c> in this group. Read-only value that is only
present when querying <c>Groups#CONTENT_SUMMARY_URI</c>.</para>
<para>Type: INTEGER</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/provider/ContactsContract.GroupsColumns#SUMMARY_COUNT" title="Reference documentation">Java documentation for <code>android.provider.ContactsContract.GroupsColumns.SUMMARY_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="SummaryWithPhones">
<MemberSignature Language="C#" Value="public const string SummaryWithPhones;" />
<MemberSignature Language="ILAsm" Value=".field public static literal string SummaryWithPhones" />
<MemberSignature Language="DocId" Value="F:Android.Provider.ContactsContract.IGroupsColumns.SummaryWithPhones" />
<MemberSignature Language="F#" Value="val mutable SummaryWithPhones : string" Usage="Android.Provider.ContactsContract.IGroupsColumns.SummaryWithPhones" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("SUMMARY_WITH_PHONES")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("SUMMARY_WITH_PHONES")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>The total number of <c>Contacts</c> that have both
<c>CommonDataKinds.GroupMembership</c> in this group, and also have phone numbers.</summary>
<remarks>
<para>The total number of <c>Contacts</c> that have both
<c>CommonDataKinds.GroupMembership</c> in this group, and also have phone numbers.
Read-only value that is only present when querying
<c>Groups#CONTENT_SUMMARY_URI</c>.</para>
<para>Type: INTEGER</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/provider/ContactsContract.GroupsColumns#SUMMARY_WITH_PHONES" title="Reference documentation">Java documentation for <code>android.provider.ContactsContract.GroupsColumns.SUMMARY_WITH_PHONES</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="SystemId">
<MemberSignature Language="C#" Value="public const string SystemId;" />
<MemberSignature Language="ILAsm" Value=".field public static literal string SystemId" />
<MemberSignature Language="DocId" Value="F:Android.Provider.ContactsContract.IGroupsColumns.SystemId" />
<MemberSignature Language="F#" Value="val mutable SystemId : string" Usage="Android.Provider.ContactsContract.IGroupsColumns.SystemId" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("SYSTEM_ID")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("SYSTEM_ID")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>The ID of this group if it is a System Group, i.</summary>
<remarks>
<para>The ID of this group if it is a System Group, i.e. a group that has a special meaning
to the sync adapter, null otherwise.</para>
<para>Type: TEXT</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/provider/ContactsContract.GroupsColumns#SYSTEM_ID" title="Reference documentation">Java documentation for <code>android.provider.ContactsContract.GroupsColumns.SYSTEM_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="Title">
<MemberSignature Language="C#" Value="public const string Title;" />
<MemberSignature Language="ILAsm" Value=".field public static literal string Title" />
<MemberSignature Language="DocId" Value="F:Android.Provider.ContactsContract.IGroupsColumns.Title" />
<MemberSignature Language="F#" Value="val mutable Title : string" Usage="Android.Provider.ContactsContract.IGroupsColumns.Title" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("TITLE")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("TITLE")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>The display title of this group.</summary>
<remarks>
<para>The display title of this group.</para>
<para>Type: TEXT</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/provider/ContactsContract.GroupsColumns#TITLE" title="Reference documentation">Java documentation for <code>android.provider.ContactsContract.GroupsColumns.TITLE</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="TitleRes">
<MemberSignature Language="C#" Value="public const string TitleRes;" />
<MemberSignature Language="ILAsm" Value=".field public static literal string TitleRes" />
<MemberSignature Language="DocId" Value="F:Android.Provider.ContactsContract.IGroupsColumns.TitleRes" />
<MemberSignature Language="F#" Value="val mutable TitleRes : string" Usage="Android.Provider.ContactsContract.IGroupsColumns.TitleRes" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("TITLE_RES")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("TITLE_RES")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>The display title of this group to load as a resource from
<c>#RES_PACKAGE</c>, which may be localized.</summary>
<remarks>
<para>The display title of this group to load as a resource from
<c>#RES_PACKAGE</c>, which may be localized.</para>
<para>Type: TEXT</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/provider/ContactsContract.GroupsColumns#TITLE_RES" title="Reference documentation">Java documentation for <code>android.provider.ContactsContract.GroupsColumns.TITLE_RES</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>
</Members>
</Type>