Added in API level 1
Deprecated in API level 5

PhotosColumns

interface PhotosColumns
android.provider.Contacts.PhotosColumns

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

Summary

Constants
static String

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

static String

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

static String

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

static String

The _SYNC_VERSION of the photo that was last downloaded

static String

The person this photo is associated with.

static String

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

Constants

DATA

Added in API level 1
static val DATA: String

Deprecated: see android.provider.ContactsContract

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

Type: BLOB

Value: "data"

DOWNLOAD_REQUIRED

Added in API level 1
static val DOWNLOAD_REQUIRED: String

Deprecated: see android.provider.ContactsContract

non-zero if a download is required and the photo isn't marked as a bad resource. You must specify this in the columns in order to use it in the where clause.

Type: INTEGER(boolean)

Value: "download_required"

EXISTS_ON_SERVER

Added in API level 1
static val EXISTS_ON_SERVER: String

Deprecated: see android.provider.ContactsContract

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

Type: INTEGER(boolean)

Value: "exists_on_server"

LOCAL_VERSION

Added in API level 1
static val LOCAL_VERSION: String

Deprecated: see android.provider.ContactsContract

The _SYNC_VERSION of the photo that was last downloaded

Type: TEXT

Value: "local_version"

PERSON_ID

Added in API level 1
static val PERSON_ID: String

Deprecated: see android.provider.ContactsContract

The person this photo is associated with.

Type: TEXT

Value: "person"

SYNC_ERROR

Added in API level 1
static val SYNC_ERROR: String

Deprecated: see android.provider.ContactsContract

Contains the description of the upload or download error from the previous attempt. If null then the previous attempt succeeded.

Type: TEXT

Value: "sync_error"