ContactsContract.Contacts.QueryParameterVcardNoPhoto Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Boolean parameter that may be used with #CONTENT_VCARD_URI
and #CONTENT_MULTI_VCARD_URI
to indicate that the returned
vcard should not contain a photo.
[Android.Runtime.Register("QUERY_PARAMETER_VCARD_NO_PHOTO", ApiSince=23)]
public const string QueryParameterVcardNoPhoto;
[<Android.Runtime.Register("QUERY_PARAMETER_VCARD_NO_PHOTO", ApiSince=23)>]
val mutable QueryParameterVcardNoPhoto : string
Field Value
- Attributes
Remarks
Boolean parameter that may be used with #CONTENT_VCARD_URI
and #CONTENT_MULTI_VCARD_URI
to indicate that the returned vcard should not contain a photo.
This is useful for obtaining a space efficient vcard.
Java documentation for android.provider.ContactsContract.Contacts.QUERY_PARAMETER_VCARD_NO_PHOTO
.
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.