public static interface Telephony.ThreadsColumns extends BaseColumns
Modifier and Type | Field and Description |
---|---|
static String |
DATE
The date at which the thread was created.
|
static String |
ERROR
Indicates whether there is a transmission error in the thread.
|
static String |
HAS_ATTACHMENT
Indicates whether this thread contains any attachments.
|
static String |
MESSAGE_COUNT
The message count of the thread.
|
static String |
READ
Indicates whether all messages of the thread have been read.
|
static String |
RECIPIENT_IDS
A string encoding of the recipient IDs of the recipients of
the message, in numerical order and separated by spaces.
|
static String |
SNIPPET
The snippet of the latest message in the thread.
|
static String |
SNIPPET_CHARSET
The charset of the snippet.
|
static String |
TYPE
Type of the thread, either Threads.COMMON_THREAD or
Threads.BROADCAST_THREAD.
|
_COUNT, _ID
static final String DATE
Type: INTEGER (long)
static final String RECIPIENT_IDS
Type: TEXT
static final String MESSAGE_COUNT
Type: INTEGER
static final String READ
Type: INTEGER
static final String SNIPPET
Type: TEXT
static final String SNIPPET_CHARSET
Type: INTEGER
static final String TYPE
Type: INTEGER
static final String ERROR
Type: INTEGER
static final String HAS_ATTACHMENT
Type: INTEGER