ContactsContract.CommonDataKinds.StructuredName.InterfaceConsts.PhotoThumbnailUri Field

Definition

A URI that can be used to retrieve a thumbnail of the contact's photo.

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

Field Value

Attributes

Remarks

A URI that can be used to retrieve a thumbnail of the contact's photo. A photo can be referred to either by a URI (this field or #PHOTO_URI) or by ID (see #PHOTO_ID). If PHOTO_ID is not null, PHOTO_URI and PHOTO_THUMBNAIL_URI shall not be null (but not necessarily vice versa). If the content provider does not differentiate between full-size photos and thumbnail photos, PHOTO_THUMBNAIL_URI and #PHOTO_URI can contain the same value, but either both shall be null or both not null.

Type: TEXT

Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI.

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