android.provider
public
static
interface
android.provider.Contacts.PhotosColumns
android.provider.Contacts.PhotosColumns |
|
Columns from the Photos table that other columns join into themselves.
Known Indirect Subclasses
Summary
Constants
|
|
|
Value |
|
String |
DATA |
The image data, or null if there is no image. |
"data" |
String |
DOWNLOAD_REQUIRED |
non-zero if a download is required and the photo isn't marked as a bad resource. |
"download_required" |
String |
EXISTS_ON_SERVER |
non-zero if this photo is known to exist on the server
Type: INTEGER(boolean)
|
"exists_on_server" |
String |
LOCAL_VERSION |
The _SYNC_VERSION of the photo that was last downloaded
Type: TEXT
|
"local_version" |
String |
PERSON_ID |
The person this photo is associated with. |
"person" |
String |
SYNC_ERROR |
Contains the description of the upload or download error from
the previous attempt. |
"sync_error" |
Details
Constants
public
static
final
String
DATA
The image data, or null if there is no image.
Type: BLOB
Constant Value:
"data"
public
static
final
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)
Constant Value:
"download_required"
public
static
final
String
EXISTS_ON_SERVER
non-zero if this photo is known to exist on the server
Type: INTEGER(boolean)
Constant Value:
"exists_on_server"
public
static
final
String
LOCAL_VERSION
The _SYNC_VERSION of the photo that was last downloaded
Type: TEXT
Constant Value:
"local_version"
public
static
final
String
PERSON_ID
The person this photo is associated with.
Type: TEXT
Constant Value:
"person"
public
static
final
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
Constant Value:
"sync_error"