ContactsContract.GroupsColumns.SummaryCount Field

Definition

Caution

Use 'Android.Provider.ContactsContract.IGroupsColumns.SummaryCount'. This class will be removed in a future release.

The total number of Contacts that have CommonDataKinds.GroupMembership in this group.

[Android.Runtime.Register("SUMMARY_COUNT")]
[System.Obsolete("Use 'Android.Provider.ContactsContract.IGroupsColumns.SummaryCount'. This class will be removed in a future release.")]
public const string SummaryCount;
[<Android.Runtime.Register("SUMMARY_COUNT")>]
[<System.Obsolete("Use 'Android.Provider.ContactsContract.IGroupsColumns.SummaryCount'. This class will be removed in a future release.")>]
val mutable SummaryCount : string

Field Value

Attributes

Remarks

The total number of Contacts that have CommonDataKinds.GroupMembership in this group. Read-only value that is only present when querying Groups#CONTENT_SUMMARY_URI.

Type: INTEGER

Java documentation for android.provider.ContactsContract.GroupsColumns.SUMMARY_COUNT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to