Most visited

Recently visited

Added in API level 1
Deprecated since API level 5

Contacts.PhotosColumns

public static interface Contacts.PhotosColumns

android.provider.Contacts.PhotosColumns
Known Indirect Subclasses


This interface was deprecated in API level 5.
see ContactsContract

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

Summary

Constants

String DATA

This constant was deprecated in API level 5. see ContactsContract

String DOWNLOAD_REQUIRED

This constant was deprecated in API level 5. see ContactsContract

String EXISTS_ON_SERVER

This constant was deprecated in API level 5. see ContactsContract

String LOCAL_VERSION

This constant was deprecated in API level 5. see ContactsContract

String PERSON_ID

This constant was deprecated in API level 5. see ContactsContract

String SYNC_ERROR

This constant was deprecated in API level 5. see ContactsContract

Constants

DATA

Added in API level 1
String DATA

This constant was deprecated in API level 5.
see ContactsContract

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

Type: BLOB

Constant Value: "data"

DOWNLOAD_REQUIRED

Added in API level 1
String DOWNLOAD_REQUIRED

This constant was deprecated in API level 5.
see 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)

Constant Value: "download_required"

EXISTS_ON_SERVER

Added in API level 1
String EXISTS_ON_SERVER

This constant was deprecated in API level 5.
see ContactsContract

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

Type: INTEGER(boolean)

Constant Value: "exists_on_server"

LOCAL_VERSION

Added in API level 1
String LOCAL_VERSION

This constant was deprecated in API level 5.
see ContactsContract

The _SYNC_VERSION of the photo that was last downloaded

Type: TEXT

Constant Value: "local_version"

PERSON_ID

Added in API level 1
String PERSON_ID

This constant was deprecated in API level 5.
see ContactsContract

The person this photo is associated with.

Type: TEXT

Constant Value: "person"

SYNC_ERROR

Added in API level 1
String SYNC_ERROR

This constant was deprecated in API level 5.
see ContactsContract

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

Type: TEXT

Constant Value: "sync_error"

Hooray!