Added in API level 19

BaseMmsColumns

interface BaseMmsColumns : BaseColumns
android.provider.Telephony.BaseMmsColumns

Base columns for tables that contain MMSs.

Summary

Constants
static String

The content-class of the message.

static String

The Content-Location of the message.

static String

The Content-Type of the message.

static String

The identity of the sender of a sent message.

static String

The date the message was received.

static String

The date the message was sent.

static String

The delivery-report of the message.

static String

The delivery-time of the message.

static String

The expiry time of the message.

static String

Is the message locked?

static String

The box which the message belongs to, e.

static Int

Message box: all messages.

static Int

Message box: drafts.

static Int

Message box: failed.

static Int

Message box: inbox.

static Int

Message box: outbox.

static Int

Message box: sent messages.

static String

The class of the message.

static String

The Message-ID of the message.

static String

The size of the message.

static String

The type of the message defined by MMS spec.

static String

The version of the specification that this message conforms to.

static String

The priority of the message.

static String

Has the message been read?

static String

The read-report of the message.

static String

The read-status of the message.

static String

Is read report allowed?

static String

The response-status of the message.

static String

The response-text of the message.

static String

The retrieve-status of the message.

static String

The retrieve-text of the message.

static String

The character set of the retrieve-text.

static String

Has the message been seen by the user? The "seen" flag determines whether we need to show a new message notification.

static String

The status of the message.

static String

The subject of the message, if present.

static String

The character set of the subject, if present.

static String

The subscription to which the message belongs to.

static String

Does the message have only a text part (can also have a subject) with no picture, slideshow, sound, etc.

static String

The thread ID of the message.

static String

The transaction-id of the message.

Inherited constants

Constants

CONTENT_CLASS

Added in API level 19
static val CONTENT_CLASS: String

The content-class of the message.

Type: INTEGER

Value: "ct_cls"

CONTENT_LOCATION

Added in API level 19
static val CONTENT_LOCATION: String

The Content-Location of the message.

Type: TEXT

Value: "ct_l"

CONTENT_TYPE

Added in API level 19
static val CONTENT_TYPE: String

The Content-Type of the message.

Type: TEXT

Value: "ct_t"

CREATOR

Added in API level 21
static val CREATOR: String

The identity of the sender of a sent message. It is usually the package name of the app which sends the message.

Note: This column is read-only. It is set by the provider and can not be changed by apps.

Type: TEXT

Value: "creator"

DATE

Added in API level 19
static val DATE: String

The date the message was received.

Type: INTEGER (long)

Value: "date"

DATE_SENT

Added in API level 19
static val DATE_SENT: String

The date the message was sent.

Type: INTEGER (long)

Value: "date_sent"

DELIVERY_REPORT

Added in API level 19
static val DELIVERY_REPORT: String

The delivery-report of the message.

Type: INTEGER

Value: "d_rpt"

DELIVERY_TIME

Added in API level 19
static val DELIVERY_TIME: String

The delivery-time of the message.

Type: INTEGER

Value: "d_tm"

EXPIRY

Added in API level 19
static val EXPIRY: String

The expiry time of the message.

Type: INTEGER (long)

Value: "exp"

LOCKED

Added in API level 19
static val LOCKED: String

Is the message locked?

Type: INTEGER (boolean)

Value: "locked"

MESSAGE_BOX

Added in API level 19
static val MESSAGE_BOX: String

The box which the message belongs to, e.g. MESSAGE_BOX_INBOX.

Type: INTEGER

Value: "msg_box"

MESSAGE_BOX_ALL

Added in API level 19
static val MESSAGE_BOX_ALL: Int

Message box: all messages.

Value: 0

MESSAGE_BOX_DRAFTS

Added in API level 19
static val MESSAGE_BOX_DRAFTS: Int

Message box: drafts.

Value: 3

MESSAGE_BOX_FAILED

Added in API level 21
static val MESSAGE_BOX_FAILED: Int

Message box: failed.

Value: 5

MESSAGE_BOX_INBOX

Added in API level 19
static val MESSAGE_BOX_INBOX: Int

Message box: inbox.

Value: 1

MESSAGE_BOX_OUTBOX

Added in API level 19
static val MESSAGE_BOX_OUTBOX: Int

Message box: outbox.

Value: 4

MESSAGE_BOX_SENT

Added in API level 19
static val MESSAGE_BOX_SENT: Int

Message box: sent messages.

Value: 2

MESSAGE_CLASS

Added in API level 19
static val MESSAGE_CLASS: String

The class of the message.

Type: TEXT

Value: "m_cls"

MESSAGE_ID

Added in API level 19
static val MESSAGE_ID: String

The Message-ID of the message.

Type: TEXT

Value: "m_id"

MESSAGE_SIZE

Added in API level 19
static val MESSAGE_SIZE: String

The size of the message.

Type: INTEGER

Value: "m_size"

MESSAGE_TYPE

Added in API level 19
static val MESSAGE_TYPE: String

The type of the message defined by MMS spec.

Type: INTEGER

Value: "m_type"

MMS_VERSION

Added in API level 19
static val MMS_VERSION: String

The version of the specification that this message conforms to.

Type: INTEGER

Value: "v"

PRIORITY

Added in API level 19
static val PRIORITY: String

The priority of the message.

Type: INTEGER

Value: "pri"

READ

Added in API level 19
static val READ: String

Has the message been read?

Type: INTEGER (boolean)

Value: "read"

READ_REPORT

Added in API level 19
static val READ_REPORT: String

The read-report of the message.

Type: INTEGER (boolean)

Value: "rr"

READ_STATUS

Added in API level 19
static val READ_STATUS: String

The read-status of the message.

Type: INTEGER

Value: "read_status"

REPORT_ALLOWED

Added in API level 19
static val REPORT_ALLOWED: String

Is read report allowed?

Type: INTEGER (boolean)

Value: "rpt_a"

RESPONSE_STATUS

Added in API level 19
static val RESPONSE_STATUS: String

The response-status of the message.

Type: INTEGER

Value: "resp_st"

RESPONSE_TEXT

Added in API level 19
static val RESPONSE_TEXT: String

The response-text of the message.

Type: TEXT

Value: "resp_txt"

RETRIEVE_STATUS

Added in API level 19
static val RETRIEVE_STATUS: String

The retrieve-status of the message.

Type: INTEGER

Value: "retr_st"

RETRIEVE_TEXT

Added in API level 19
static val RETRIEVE_TEXT: String

The retrieve-text of the message.

Type: TEXT

Value: "retr_txt"

RETRIEVE_TEXT_CHARSET

Added in API level 19
static val RETRIEVE_TEXT_CHARSET: String

The character set of the retrieve-text.

Type: INTEGER

Value: "retr_txt_cs"

SEEN

Added in API level 19
static val SEEN: String

Has the message been seen by the user? The "seen" flag determines whether we need to show a new message notification.

Type: INTEGER (boolean)

Value: "seen"

STATUS

Added in API level 19
static val STATUS: String

The status of the message.

Type: INTEGER

Value: "st"

SUBJECT

Added in API level 19
static val SUBJECT: String

The subject of the message, if present.

Type: TEXT

Value: "sub"

SUBJECT_CHARSET

Added in API level 19
static val SUBJECT_CHARSET: String

The character set of the subject, if present.

Type: INTEGER

Value: "sub_cs"

SUBSCRIPTION_ID

Added in API level 22
static val SUBSCRIPTION_ID: String

The subscription to which the message belongs to. Its value will be < 0 if the sub id cannot be determined.

Type: INTEGER (long)

Value: "sub_id"

TEXT_ONLY

Added in API level 19
static val TEXT_ONLY: String

Does the message have only a text part (can also have a subject) with no picture, slideshow, sound, etc. parts?

Type: INTEGER (boolean)

Value: "text_only"

THREAD_ID

Added in API level 19
static val THREAD_ID: String

The thread ID of the message.

Type: INTEGER (long)

Value: "thread_id"

TRANSACTION_ID

Added in API level 19
static val TRANSACTION_ID: String

The transaction-id of the message.

Type: TEXT

Value: "tr_id"