ContactsContract.StreamItemPhotos.Photo Field

Definition

Caution

deprecated

The binary representation of the photo.

[Android.Runtime.Register("PHOTO")]
[System.Obsolete("deprecated")]
public const string Photo;
[<Android.Runtime.Register("PHOTO")>]
[<System.Obsolete("deprecated")>]
val mutable Photo : string

Field Value

Attributes

Remarks

The binary representation of the photo. Any size photo can be inserted; the provider will resize it appropriately for storage and display.

This is only intended for use when inserting or updating a stream item photo. To retrieve the photo that was stored, open StreamItemPhotos#PHOTO_URI as an asset file.

Type: BLOB

This member is deprecated. - Do not use. This will not be supported in the future. In the future, cursors returned from related queries will be empty.

Java documentation for android.provider.ContactsContract.StreamItemPhotos.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.

Applies to