PhotosColumns
interfacePhotosColumns
| 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
static valDATA: String
Deprecated: see android.provider.ContactsContract
The image data, or null if there is no image.
Type: BLOB
Value: "data"DOWNLOAD_REQUIRED
static valDOWNLOAD_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
static valEXISTS_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
static valLOCAL_VERSION: String
Deprecated: see android.provider.ContactsContract
The _SYNC_VERSION of the photo that was last downloaded
Type: TEXT
Value: "local_version"PERSON_ID
static valPERSON_ID: String
Deprecated: see android.provider.ContactsContract
The person this photo is associated with.
Type: TEXT
Value: "person"SYNC_ERROR
static valSYNC_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"