public static interface Telephony.TextBasedSmsColumns
Modifier and Type | Field and Description |
---|---|
static String |
ADDRESS
The address of the other party
|
static String |
BODY
The body of the message
|
static String |
DATE
The date the message was received
|
static String |
DATE_SENT
The date the message was sent
|
static String |
ERROR_CODE
Error code associated with sending or receiving this message
|
static String |
LOCKED
Has the message been locked?
|
static int |
MESSAGE_TYPE_ALL |
static int |
MESSAGE_TYPE_DRAFT |
static int |
MESSAGE_TYPE_FAILED |
static int |
MESSAGE_TYPE_INBOX |
static int |
MESSAGE_TYPE_OUTBOX |
static int |
MESSAGE_TYPE_QUEUED |
static int |
MESSAGE_TYPE_SENT |
static String |
META_DATA
Meta data used externally.
|
static String |
PERSON
The id of the sender of the conversation, if present
|
static String |
PERSON_ID
The person ID of the sender
|
static String |
PROTOCOL
The protocol identifier code
|
static String |
READ
Has the message been read
|
static String |
REPLY_PATH_PRESENT
Whether the
TP-Reply-Path bit was set on this message |
static String |
SEEN
Indicates whether this message has been seen by the user.
|
static String |
SERVICE_CENTER
The service center (SC) through which to send the message, if present
|
static String |
STATUS
The TP-Status value for the message, or -1 if no status has
been received
|
static int |
STATUS_COMPLETE |
static int |
STATUS_FAILED |
static int |
STATUS_NONE |
static int |
STATUS_PENDING |
static String |
SUBJECT
The subject of the message, if present
|
static String |
THREAD_ID
The thread ID of the message
|
static String |
TYPE
The type of the message
|
static final String TYPE
Type: INTEGER
static final int MESSAGE_TYPE_ALL
static final int MESSAGE_TYPE_INBOX
static final int MESSAGE_TYPE_SENT
static final int MESSAGE_TYPE_DRAFT
static final int MESSAGE_TYPE_OUTBOX
static final int MESSAGE_TYPE_FAILED
static final int MESSAGE_TYPE_QUEUED
static final String THREAD_ID
Type: INTEGER
static final String ADDRESS
Type: TEXT
static final String PERSON_ID
Type: INTEGER (long)
static final String DATE
Type: INTEGER (long)
static final String DATE_SENT
Type: INTEGER (long)
static final String READ
Type: INTEGER (boolean)
static final String SEEN
static final String STATUS
static final int STATUS_NONE
static final int STATUS_COMPLETE
static final int STATUS_PENDING
static final int STATUS_FAILED
static final String SUBJECT
Type: TEXT
static final String BODY
Type: TEXT
static final String PERSON
Type: INTEGER (reference to item in content://contacts/people)
static final String PROTOCOL
Type: INTEGER
static final String REPLY_PATH_PRESENT
TP-Reply-Path
bit was set on this message
Type: BOOLEAN
static final String SERVICE_CENTER
Type: TEXT
static final String LOCKED
Type: INTEGER (boolean)
static final String ERROR_CODE
Type: INTEGER
static final String META_DATA
Type: TEXT