Added in API level 1
Deprecated in API level 5

Photos


class Photos : BaseColumns, Contacts.PhotosColumns

The photos over all of the people

Summary

Constants
static String

The directory twig for this sub-table

static String

The default sort order for this table

Inherited constants
String DATA

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

Type: BLOB

String DOWNLOAD_REQUIRED

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)

String EXISTS_ON_SERVER

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

Type: INTEGER(boolean)

String LOCAL_VERSION

The _SYNC_VERSION of the photo that was last downloaded

Type: TEXT

String PERSON_ID

The person this photo is associated with.

Type: TEXT

String SYNC_ERROR

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

Type: TEXT

String _COUNT

The count of rows in a directory.

Type: INTEGER

String _ID

The unique ID for a row.

Type: INTEGER (long)

Properties
static Uri!

The content:// style URL for this table

Constants

CONTENT_DIRECTORY

Added in API level 1
static val CONTENT_DIRECTORY: String

Deprecated: see android.provider.ContactsContract

The directory twig for this sub-table

Value: "photo"

DEFAULT_SORT_ORDER

Added in API level 1
static val DEFAULT_SORT_ORDER: String

Deprecated: see android.provider.ContactsContract

The default sort order for this table

Value: "person ASC"

Properties

CONTENT_URI

Added in API level 1
static val CONTENT_URI: Uri!

Deprecated: see android.provider.ContactsContract

The content:// style URL for this table