Freigeben über


ContactsContract.Data.VisibleContactsOnly Field

Definition

A boolean parameter for Data#CONTENT_URI.

[Android.Runtime.Register("VISIBLE_CONTACTS_ONLY")]
public const string VisibleContactsOnly;
[<Android.Runtime.Register("VISIBLE_CONTACTS_ONLY")>]
val mutable VisibleContactsOnly : string

Field Value

Attributes

Remarks

A boolean parameter for Data#CONTENT_URI. This specifies whether or not the returned data items should be filtered to show data items belonging to visible contacts only.

Java documentation for android.provider.ContactsContract.Data.VISIBLE_CONTACTS_ONLY.

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