Android APIs
Added in API level 15
Deprecated since API level 21
protected static interface

ContactsContract.StreamItemPhotosColumns

android.provider.ContactsContract.StreamItemPhotosColumns
Known Indirect Subclasses

This interface was deprecated in API level 21.
- Do not use. This will not be supported in the future. In the future, cursors returned from related queries will be empty.

Class Overview

Columns in the StreamItemPhotos table.

Summary

Constants
String PHOTO_FILE_ID This constant was deprecated in API level 21. - Do not use. This will not be supported in the future. In the future, cursors returned from related queries will be empty.
String PHOTO_URI This constant was deprecated in API level 21. - Do not use. This will not be supported in the future. In the future, cursors returned from related queries will be empty.
String SORT_INDEX This constant was deprecated in API level 21. - Do not use. This will not be supported in the future. In the future, cursors returned from related queries will be empty.
String STREAM_ITEM_ID This constant was deprecated in API level 21. - Do not use. This will not be supported in the future. In the future, cursors returned from related queries will be empty.
String SYNC1 This constant was deprecated in API level 21. - Do not use. This will not be supported in the future. In the future, cursors returned from related queries will be empty.
String SYNC2 This constant was deprecated in API level 21. - Do not use. This will not be supported in the future. In the future, cursors returned from related queries will be empty.
String SYNC3 This constant was deprecated in API level 21. - Do not use. This will not be supported in the future. In the future, cursors returned from related queries will be empty.
String SYNC4 This constant was deprecated in API level 21. - Do not use. This will not be supported in the future. In the future, cursors returned from related queries will be empty.

Constants

public static final String PHOTO_FILE_ID

Added in API level 15

This constant was deprecated in API level 21.
- Do not use. This will not be supported in the future. In the future, cursors returned from related queries will be empty.

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

This constant was deprecated in API level 21.
- Do not use. This will not be supported in the future. In the future, cursors returned from related queries will be empty.

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

This constant was deprecated in API level 21.
- Do not use. This will not be supported in the future. In the future, cursors returned from related queries will be empty.

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

This constant was deprecated in API level 21.
- Do not use. This will not be supported in the future. In the future, cursors returned from related queries will be empty.

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

This constant was deprecated in API level 21.
- Do not use. This will not be supported in the future. In the future, cursors returned from related queries will be empty.

Generic column for use by sync adapters.

Constant Value: "stream_item_photo_sync1"

public static final String SYNC2

Added in API level 15

This constant was deprecated in API level 21.
- Do not use. This will not be supported in the future. In the future, cursors returned from related queries will be empty.

Generic column for use by sync adapters.

Constant Value: "stream_item_photo_sync2"

public static final String SYNC3

Added in API level 15

This constant was deprecated in API level 21.
- Do not use. This will not be supported in the future. In the future, cursors returned from related queries will be empty.

Generic column for use by sync adapters.

Constant Value: "stream_item_photo_sync3"

public static final String SYNC4

Added in API level 15

This constant was deprecated in API level 21.
- Do not use. This will not be supported in the future. In the future, cursors returned from related queries will be empty.

Generic column for use by sync adapters.

Constant Value: "stream_item_photo_sync4"