public static interface Telephony.BaseMmsColumns extends BaseColumns
Modifier and Type | Field and Description |
---|---|
static String |
ADAPTATION_ALLOWED
Deprecated.
this column is no longer supported.
|
static String |
APPLIC_ID
Deprecated.
this column is no longer supported.
|
static String |
AUX_APPLIC_ID
Deprecated.
this column is no longer supported.
|
static String |
CANCEL_ID
Deprecated.
this column is no longer supported.
|
static String |
CANCEL_STATUS
Deprecated.
this column is no longer supported.
|
static String |
CONTENT_CLASS
The
content-class of the message. |
static String |
CONTENT_LOCATION
The
Content-Location of the message. |
static String |
CONTENT_TYPE
The
Content-Type 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 |
DELIVERY_REPORT
The
delivery-report of the message. |
static String |
DELIVERY_TIME
The
delivery-time of the message. |
static String |
DELIVERY_TIME_TOKEN
Deprecated.
this column is no longer supported.
|
static String |
DISTRIBUTION_INDICATOR
Deprecated.
this column is no longer supported.
|
static String |
DRM_CONTENT
Deprecated.
this column is no longer supported.
|
static String |
ELEMENT_DESCRIPTOR
Deprecated.
this column is no longer supported.
|
static String |
EXPIRY
The expiry time of the message.
|
static String |
LIMIT
Deprecated.
this column is no longer supported.
|
static String |
LOCKED
Is the message locked?
|
static String |
MBOX_QUOTAS
Deprecated.
this column is no longer supported.
|
static String |
MBOX_QUOTAS_TOKEN
Deprecated.
this column is no longer supported.
|
static String |
MBOX_TOTALS
Deprecated.
this column is no longer supported.
|
static String |
MBOX_TOTALS_TOKEN
Deprecated.
this column is no longer supported.
|
static String |
MESSAGE_BOX
The box which the message belongs to, e.g.
|
static int |
MESSAGE_BOX_ALL
Message box: all messages.
|
static int |
MESSAGE_BOX_DRAFTS
Message box: drafts.
|
static int |
MESSAGE_BOX_FAILED
Message box: failed.
|
static int |
MESSAGE_BOX_INBOX
Message box: inbox.
|
static int |
MESSAGE_BOX_OUTBOX
Message box: outbox.
|
static int |
MESSAGE_BOX_SENT
Message box: sent messages.
|
static String |
MESSAGE_CLASS
The class of the message.
|
static String |
MESSAGE_COUNT
Deprecated.
this column is no longer supported.
|
static String |
MESSAGE_ID
The
Message-ID of the message. |
static String |
MESSAGE_SIZE
The size of the message.
|
static String |
MESSAGE_TYPE
The type of the message defined by MMS spec.
|
static String |
MM_FLAGS
Deprecated.
this column is no longer supported.
|
static String |
MM_FLAGS_TOKEN
Deprecated.
this column is no longer supported.
|
static String |
MM_STATE
Deprecated.
this column is no longer supported.
|
static String |
MMS_VERSION
The version of the specification that this message conforms to.
|
static String |
PREVIOUSLY_SENT_BY
Deprecated.
this column is no longer supported.
|
static String |
PREVIOUSLY_SENT_DATE
Deprecated.
this column is no longer supported.
|
static String |
PRIORITY
The priority of the message.
|
static String |
QUOTAS
Deprecated.
this column is no longer supported.
|
static String |
READ
Has the message been read?
|
static String |
READ_REPORT
The
read-report of the message. |
static String |
READ_STATUS
The
read-status of the message. |
static String |
RECOMMENDED_RETRIEVAL_MODE
Deprecated.
this column is no longer supported.
|
static String |
RECOMMENDED_RETRIEVAL_MODE_TEXT
Deprecated.
this column is no longer supported.
|
static String |
REPLACE_ID
Deprecated.
this column is no longer supported.
|
static String |
REPLY_APPLIC_ID
Deprecated.
this column is no longer supported.
|
static String |
REPLY_CHARGING
Deprecated.
this column is no longer supported.
|
static String |
REPLY_CHARGING_DEADLINE
Deprecated.
this column is no longer supported.
|
static String |
REPLY_CHARGING_DEADLINE_TOKEN
Deprecated.
this column is no longer supported.
|
static String |
REPLY_CHARGING_ID
Deprecated.
this column is no longer supported.
|
static String |
REPLY_CHARGING_SIZE
Deprecated.
this column is no longer supported.
|
static String |
REPORT_ALLOWED
Is read report allowed?
|
static String |
RESPONSE_STATUS
The
response-status of the message. |
static String |
RESPONSE_TEXT
The
response-text of the message. |
static String |
RETRIEVE_STATUS
The
retrieve-status of the message. |
static String |
RETRIEVE_TEXT
The
retrieve-text of the message. |
static String |
RETRIEVE_TEXT_CHARSET
The character set of the retrieve-text.
|
static String |
SEEN
Has the message been seen by the user?
|
static String |
SENDER_VISIBILITY
Deprecated.
this column is no longer supported.
|
static String |
START
Deprecated.
this column is no longer supported.
|
static String |
STATUS
The
status of the message. |
static String |
STATUS_TEXT
Deprecated.
this column is no longer supported.
|
static String |
STORE
Deprecated.
this column is no longer supported.
|
static String |
STORE_STATUS
Deprecated.
this column is no longer supported.
|
static String |
STORE_STATUS_TEXT
Deprecated.
this column is no longer supported.
|
static String |
STORED
Deprecated.
this column is no longer supported.
|
static String |
SUBJECT
The subject of the message, if present.
|
static String |
SUBJECT_CHARSET
The character set of the subject, if present.
|
static String |
SUBSCRIPTION_ID
The subscription to which the message belongs to.
|
static String |
TEXT_ONLY
Does the message have only a text part (can also have a subject) with
no picture, slideshow, sound, etc. parts?
|
static String |
THREAD_ID
The thread ID of the message.
|
static String |
TOTALS
Deprecated.
this column is no longer supported.
|
static String |
TRANSACTION_ID
The
transaction-id of the message. |
_COUNT, _ID
static final int MESSAGE_BOX_ALL
static final int MESSAGE_BOX_INBOX
static final int MESSAGE_BOX_SENT
static final int MESSAGE_BOX_DRAFTS
static final int MESSAGE_BOX_OUTBOX
static final int MESSAGE_BOX_FAILED
static final String THREAD_ID
Type: INTEGER (long)
static final String DATE
Type: INTEGER (long)
static final String DATE_SENT
Type: INTEGER (long)
static final String MESSAGE_BOX
MESSAGE_BOX_INBOX
.
Type: INTEGER
static final String READ
Type: INTEGER (boolean)
static final String SEEN
Type: INTEGER (boolean)
static final String TEXT_ONLY
Type: INTEGER (boolean)
static final String MESSAGE_ID
Message-ID
of the message.
Type: TEXT
static final String SUBJECT
Type: TEXT
static final String SUBJECT_CHARSET
Type: INTEGER
static final String CONTENT_TYPE
Content-Type
of the message.
Type: TEXT
static final String CONTENT_LOCATION
Content-Location
of the message.
Type: TEXT
static final String EXPIRY
Type: INTEGER (long)
static final String MESSAGE_CLASS
Type: TEXT
static final String MESSAGE_TYPE
Type: INTEGER
static final String MMS_VERSION
Type: INTEGER
static final String MESSAGE_SIZE
Type: INTEGER
static final String PRIORITY
Type: INTEGER
static final String READ_REPORT
read-report
of the message.
Type: INTEGER (boolean)
static final String REPORT_ALLOWED
Type: INTEGER (boolean)
static final String RESPONSE_STATUS
response-status
of the message.
Type: INTEGER
static final String STATUS
status
of the message.
Type: INTEGER
static final String TRANSACTION_ID
transaction-id
of the message.
Type: TEXT
static final String RETRIEVE_STATUS
retrieve-status
of the message.
Type: INTEGER
static final String RETRIEVE_TEXT
retrieve-text
of the message.
Type: TEXT
static final String RETRIEVE_TEXT_CHARSET
Type: INTEGER
static final String READ_STATUS
read-status
of the message.
Type: INTEGER
static final String CONTENT_CLASS
content-class
of the message.
Type: INTEGER
static final String DELIVERY_REPORT
delivery-report
of the message.
Type: INTEGER
@Deprecated static final String DELIVERY_TIME_TOKEN
delivery-time-token
of the message.
Type: INTEGER
static final String DELIVERY_TIME
delivery-time
of the message.
Type: INTEGER
static final String RESPONSE_TEXT
response-text
of the message.
Type: TEXT
@Deprecated static final String SENDER_VISIBILITY
sender-visibility
of the message.
Type: TEXT
@Deprecated static final String REPLY_CHARGING
reply-charging
of the message.
Type: INTEGER
@Deprecated static final String REPLY_CHARGING_DEADLINE_TOKEN
reply-charging-deadline-token
of the message.
Type: INTEGER
@Deprecated static final String REPLY_CHARGING_DEADLINE
reply-charging-deadline
of the message.
Type: INTEGER
@Deprecated static final String REPLY_CHARGING_ID
reply-charging-id
of the message.
Type: TEXT
@Deprecated static final String REPLY_CHARGING_SIZE
reply-charging-size
of the message.
Type: INTEGER
@Deprecated static final String PREVIOUSLY_SENT_BY
previously-sent-by
of the message.
Type: TEXT
@Deprecated static final String PREVIOUSLY_SENT_DATE
previously-sent-date
of the message.
Type: INTEGER
@Deprecated static final String STORE
store
of the message.
Type: TEXT
@Deprecated static final String MM_STATE
mm-state
of the message.
Type: INTEGER
@Deprecated static final String MM_FLAGS_TOKEN
mm-flags-token
of the message.
Type: INTEGER
@Deprecated static final String MM_FLAGS
mm-flags
of the message.
Type: TEXT
@Deprecated static final String STORE_STATUS
store-status
of the message.
Type: TEXT
@Deprecated static final String STORE_STATUS_TEXT
store-status-text
of the message.
Type: TEXT
@Deprecated static final String STORED
stored
of the message.
Type: TEXT
@Deprecated static final String TOTALS
totals
of the message.
Type: TEXT
@Deprecated static final String MBOX_TOTALS
mbox-totals
of the message.
Type: TEXT
@Deprecated static final String MBOX_TOTALS_TOKEN
mbox-totals-token
of the message.
Type: INTEGER
@Deprecated static final String QUOTAS
quotas
of the message.
Type: TEXT
@Deprecated static final String MBOX_QUOTAS
mbox-quotas
of the message.
Type: TEXT
@Deprecated static final String MBOX_QUOTAS_TOKEN
mbox-quotas-token
of the message.
Type: INTEGER
@Deprecated static final String MESSAGE_COUNT
message-count
of the message.
Type: INTEGER
@Deprecated static final String START
start
of the message.
Type: INTEGER
@Deprecated static final String DISTRIBUTION_INDICATOR
distribution-indicator
of the message.
Type: TEXT
@Deprecated static final String ELEMENT_DESCRIPTOR
element-descriptor
of the message.
Type: TEXT
@Deprecated static final String LIMIT
limit
of the message.
Type: INTEGER
@Deprecated static final String RECOMMENDED_RETRIEVAL_MODE
recommended-retrieval-mode
of the message.
Type: INTEGER
@Deprecated static final String RECOMMENDED_RETRIEVAL_MODE_TEXT
recommended-retrieval-mode-text
of the message.
Type: TEXT
@Deprecated static final String STATUS_TEXT
status-text
of the message.
Type: TEXT
@Deprecated static final String APPLIC_ID
applic-id
of the message.
Type: TEXT
@Deprecated static final String REPLY_APPLIC_ID
reply-applic-id
of the message.
Type: TEXT
@Deprecated static final String AUX_APPLIC_ID
aux-applic-id
of the message.
Type: TEXT
@Deprecated static final String DRM_CONTENT
drm-content
of the message.
Type: TEXT
@Deprecated static final String ADAPTATION_ALLOWED
adaptation-allowed
of the message.
Type: TEXT
@Deprecated static final String REPLACE_ID
replace-id
of the message.
Type: TEXT
@Deprecated static final String CANCEL_ID
cancel-id
of the message.
Type: TEXT
@Deprecated static final String CANCEL_STATUS
cancel-status
of the message.
Type: INTEGER
static final String LOCKED
Type: INTEGER (boolean)
static final String SUBSCRIPTION_ID
Type: INTEGER (long)
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