to top
Android APIs
Added in API level 15
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

Added in API level 15

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

Type: NUMBER

Constant Value: "photo_file_id"

public static final String PHOTO_URI

Added in API level 15

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

Added in API level 15

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

Added in API level 15

A reference to the _ID this photo is associated with.

Type: NUMBER

Constant Value: "stream_item_id"

public static final String SYNC1

Added in API level 15

Generic column for use by sync adapters.

Constant Value: "stream_item_photo_sync1"

public static final String SYNC2

Added in API level 15

Generic column for use by sync adapters.

Constant Value: "stream_item_photo_sync2"

public static final String SYNC3

Added in API level 15

Generic column for use by sync adapters.

Constant Value: "stream_item_photo_sync3"

public static final String SYNC4

Added in API level 15

Generic column for use by sync adapters.

Constant Value: "stream_item_photo_sync4"