ContactsContract.IStreamItemPhotosColumns Interface

Definition

Caution

This class is obsoleted in this android platform

Columns in the StreamItemPhotos table.

[System.Obsolete("This class is obsoleted in this android platform")]
public interface ContactsContract.IStreamItemPhotosColumns
[<System.Obsolete("This class is obsoleted in this android platform")>]
type ContactsContract.IStreamItemPhotosColumns = interface
Attributes

Remarks

Columns in the StreamItemPhotos table.

This member is deprecated. - Do not use. This will not be supported in the future. In the future, cursors returned from related queries will be empty.

Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Fields

PhotoFileId
Obsolete.

Photo file ID for the photo.

PhotoUri
Obsolete.

URI for retrieving the photo content, automatically populated.

SortIndex
Obsolete.

An integer to use for sort order for photos in the stream item.

StreamItemId
Obsolete.

A reference to the StreamItems#_ID this photo is associated with.

Sync1
Obsolete.

Generic column for use by sync adapters.

Sync2
Obsolete.

Generic column for use by sync adapters.

Sync3
Obsolete.

Generic column for use by sync adapters.

Sync4
Obsolete.

Generic column for use by sync adapters.

Applies to