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 |
CREATOR
The identity of the sender of a sent 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
Type: INTEGER
|
static String |
LOCKED
Is the message locked?
|
static int |
MESSAGE_TYPE_ALL
Message type: all messages.
|
static int |
MESSAGE_TYPE_DRAFT
Message type: drafts.
|
static int |
MESSAGE_TYPE_FAILED
Message type: failed outgoing message.
|
static int |
MESSAGE_TYPE_INBOX
Message type: inbox.
|
static int |
MESSAGE_TYPE_OUTBOX
Message type: outbox.
|
static int |
MESSAGE_TYPE_QUEUED
Message type: queued to send later.
|
static int |
MESSAGE_TYPE_SENT
Message type: sent messages.
|
static String |
MTU
The MTU size of the mobile interface to which the APN connected
|
static String |
PERSON
The ID of the sender of the conversation, if present.
|
static String |
PROTOCOL
The protocol identifier code.
|
static String |
READ
Has the message been read?
|
static String |
REPLY_PATH_PRESENT
Is the
TP-Reply-Path flag set? |
static String |
SEEN
Has the message been seen by the user?
|
static String |
SERVICE_CENTER
The service center (SC) through which to send the message, if present.
|
static String |
STATUS
TP-Status value for the message, or -1 if no status has been received. |
static int |
STATUS_COMPLETE
TP-Status: complete.
|
static int |
STATUS_FAILED
TP-Status: failed.
|
static int |
STATUS_NONE
TP-Status: no status received.
|
static int |
STATUS_PENDING
TP-Status: pending.
|
static String |
SUBJECT
The subject of the message, if present.
|
static String |
SUBSCRIPTION_ID
The subscription to which the message belongs to.
|
static String |
THREAD_ID
The thread ID of the message.
|
static String |
TYPE
The type of message.
|
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 TYPE
Type: INTEGER
static final String THREAD_ID
Type: INTEGER
static final String ADDRESS
Type: TEXT
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
Type: INTEGER (boolean)
static final String STATUS
TP-Status
value for the message, or -1 if no status has been received.
Type: INTEGER
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
flag set?
Type: BOOLEAN
static final String SERVICE_CENTER
Type: TEXT
static final String LOCKED
Type: INTEGER (boolean)
static final String SUBSCRIPTION_ID
Type: INTEGER (long)
static final String MTU
static final String ERROR_CODE
Type: INTEGER
static final String CREATOR
Note: This column is read-only. It is set by the provider and can not be changed by apps.
Type: TEXT