android.provider.ContactsContract.StreamItemPhotosColumns |
Known Indirect Subclasses |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | PHOTO_FILE_ID | Photo file ID for the photo. | |||||||||
String | PHOTO_URI | URI for retrieving the photo content, automatically populated. | |||||||||
String | SORT_INDEX | An integer to use for sort order for photos in the stream item. | |||||||||
String | STREAM_ITEM_ID | A reference to the _ID this photo is associated with. |
|||||||||
String | SYNC1 | Generic column for use by sync adapters. | |||||||||
String | SYNC2 | Generic column for use by sync adapters. | |||||||||
String | SYNC3 | Generic column for use by sync adapters. | |||||||||
String | SYNC4 | Generic column for use by sync adapters. |
Photo file ID for the photo.
See ContactsContract.DisplayPhoto
.
Type: NUMBER
URI for retrieving the photo content, automatically populated. Callers may retrieve the photo content by opening this URI as an asset file.
Type: TEXT
An integer to use for sort order for photos in the stream item. If not
specified, the _ID
will be used for sorting.
Type: NUMBER
A reference to the _ID
this photo is associated with.
Type: NUMBER
Generic column for use by sync adapters.
Generic column for use by sync adapters.
Generic column for use by sync adapters.
Generic column for use by sync adapters.