Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
protected static interface

ContactsContract.StreamItemPhotosColumns

android.provider.ContactsContract.StreamItemPhotosColumns
Known Indirect Subclasses

Class Overview

Columns in the StreamItemPhotos table.

Summary

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.

Constants

public static final String PHOTO_FILE_ID

Photo file ID for the photo. See ContactsContract.DisplayPhoto .

Type: NUMBER

Constant Value: "photo_file_id"

public static final String PHOTO_URI

URI for retrieving the photo content, automatically populated. Callers may retrieve the photo content by opening this URI as an asset file.

Type: TEXT

Constant Value: "photo_uri"

public static final String SORT_INDEX

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

Constant Value: "sort_index"

public static final String STREAM_ITEM_ID

A reference to the _ID this photo is associated with.

Type: NUMBER

Constant Value: "stream_item_id"

public static final String SYNC1

Generic column for use by sync adapters.

Constant Value: "stream_item_photo_sync1"

public static final String SYNC2

Generic column for use by sync adapters.

Constant Value: "stream_item_photo_sync2"

public static final String SYNC3

Generic column for use by sync adapters.

Constant Value: "stream_item_photo_sync3"

public static final String SYNC4

Generic column for use by sync adapters.

Constant Value: "stream_item_photo_sync4"