android.provider.ContactsContract.StreamItemsColumns |
Known Indirect Subclasses |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | ACCOUNT_NAME | The account name to which the raw_contact of this item is associated. | |||||||||
String | ACCOUNT_TYPE | The account type to which the raw_contact of this item is associated. | |||||||||
String | COMMENTS | Summary information about the stream item, for example to indicate how many people have reshared it, how many have liked it, how many thumbs up and/or thumbs down it has, what the original source was, etc. |
|||||||||
String | CONTACT_ID | A reference to the _ID
that this stream item belongs to. |
|||||||||
String | CONTACT_LOOKUP_KEY | A reference to the LOOKUP_KEY
that this stream item belongs to. |
|||||||||
String | DATA_SET | The data set within the account that the raw_contact of this row belongs to. | |||||||||
String | RAW_CONTACT_ID | A reference to the _ID
that this stream item belongs to. |
|||||||||
String | RAW_CONTACT_SOURCE_ID | The source_id of the raw_contact that this row belongs to. | |||||||||
String | RES_ICON | The resource name of the icon for the source of the stream item. | |||||||||
String | RES_LABEL | The resource name of the label describing the source of the status update, e.g. | |||||||||
String | RES_PACKAGE | The package name to use when creating Resources objects for
this stream item. |
|||||||||
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. | |||||||||
String | TEXT | The main textual contents of the item. |
|||||||||
String | TIMESTAMP | The absolute time (milliseconds since epoch) when this stream item was inserted/updated. |
The account name to which the raw_contact of this item is associated. See
ACCOUNT_NAME
Type: TEXT
read-only
The account type to which the raw_contact of this item is associated. See
ACCOUNT_TYPE
Type: TEXT
read-only
Summary information about the stream item, for example to indicate how many people have reshared it, how many have liked it, how many thumbs up and/or thumbs down it has, what the original source was, etc.
This text is displayed to the user and allows simple formatting via
HTML, in the same manner as TEXT
allows.
Long content may be truncated and/or ellipsized - the exact behavior is unspecified, but it should not break tags.
Type: TEXT
The data set within the account that the raw_contact of this row belongs to. This allows
multiple sync adapters for the same account type to distinguish between
each others' data.
DATA_SET
Type: TEXT
read-only
A reference to the _ID
that this stream item belongs to.
Type: INTEGER
The resource name of the icon for the source of the stream item.
This resource should be scoped by the RES_PACKAGE
. As this can only reference
drawables, the "@drawable/" prefix must be omitted.
Type: TEXT
The resource name of the label describing the source of the status update, e.g. "Google
Talk". This resource should be scoped by the RES_PACKAGE
. As this can only
reference strings, the "@string/" prefix must be omitted.
Type: TEXT
The package name to use when creating Resources
objects for
this stream item. This value is only designed for use when building
user interfaces, and should not be used to infer the owner.
Type: TEXT
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.
The main textual contents of the item. Typically this is content
that was posted by the source of this stream item, but it can also
be a textual representation of an action (e.g. ”Checked in at Joe's”).
This text is displayed to the user and allows formatting and embedded
resource images via HTML (as parseable via
fromHtml(String)
).
Long content may be truncated and/or ellipsized - the exact behavior is unspecified, but it should not break tags.
Type: TEXT
The absolute time (milliseconds since epoch) when this stream item was inserted/updated.
Type: NUMBER