ContactsContract.SettingsColumns.UngroupedWithPhones Field

Definition

Caution

Use 'Android.Provider.ContactsContract.ISettingsColumns.UngroupedWithPhones'. This class will be removed in a future release.

Read-only count of Contacts from a specific source that have no CommonDataKinds.GroupMembership entries, and also have phone numbers.

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

Field Value

Attributes

Remarks

Read-only count of Contacts from a specific source that have no CommonDataKinds.GroupMembership entries, and also have phone numbers.

Type: INTEGER

Java documentation for android.provider.ContactsContract.SettingsColumns.UNGROUPED_WITH_PHONES.

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