Contacts.IPhotosColumns Interface

Definition

Caution

This class is obsoleted in this android platform

Columns from the Photos table that other columns join into themselves.

[System.Obsolete("This class is obsoleted in this android platform")]
public interface Contacts.IPhotosColumns
[<System.Obsolete("This class is obsoleted in this android platform")>]
type Contacts.IPhotosColumns = interface
Attributes

Remarks

Columns from the Photos table that other columns join into themselves.

This member is deprecated. see android.provider.ContactsContract

Java documentation for android.provider.Contacts.PhotosColumns.

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.

Fields

Data
Obsolete.

The image data, or null if there is no image.

DownloadRequired
Obsolete.

non-zero if a download is required and the photo isn't marked as a bad resource.

ExistsOnServer
Obsolete.

non-zero if this photo is known to exist on the server

LocalVersion
Obsolete.

The _SYNC_VERSION of the photo that was last downloaded

PersonId
Obsolete.

The person this photo is associated with.

SyncError
Obsolete.

Contains the description of the upload or download error from the previous attempt.

Applies to