android.provider.Contacts.PhotosColumns |
Known Indirect Subclasses |
This interface is deprecated.
see ContactsContract
Columns from the Photos table that other columns join into themselves.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | DATA |
This constant is deprecated.
see ContactsContract
|
|||||||||
String | DOWNLOAD_REQUIRED |
This constant is deprecated.
see ContactsContract
|
|||||||||
String | EXISTS_ON_SERVER |
This constant is deprecated.
see ContactsContract
|
|||||||||
String | LOCAL_VERSION |
This constant is deprecated.
see ContactsContract
|
|||||||||
String | PERSON_ID |
This constant is deprecated.
see ContactsContract
|
|||||||||
String | SYNC_ERROR |
This constant is deprecated.
see ContactsContract
|
This constant is deprecated.
see ContactsContract
The image data, or null if there is no image.
Type: BLOB
This constant is deprecated.
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)
This constant is deprecated.
see ContactsContract
non-zero if this photo is known to exist on the server
Type: INTEGER(boolean)
This constant is deprecated.
see ContactsContract
The _SYNC_VERSION of the photo that was last downloaded
Type: TEXT
This constant is deprecated.
see ContactsContract
The person this photo is associated with.
Type: TEXT
This constant is deprecated.
see ContactsContract
Contains the description of the upload or download error from the previous attempt. If null then the previous attempt succeeded.
Type: TEXT