Added in API level 19

Mms

class Mms : Telephony.BaseMmsColumns
kotlin.Any
   ↳ android.provider.Telephony.Mms

Contains all MMS messages.

Summary

Nested classes

Contains address information for an MMS message.

Contains all MMS messages in the MMS app drafts folder.

Contains all MMS messages in the MMS app inbox.

Intents class.

Contains all MMS messages in the MMS app outbox.

Contains message parts.

Message send rate table.

Contains all MMS messages in the MMS app sent folder.

Constants
static String

The default sort order for this table.

Inherited constants
Properties
static Uri!

The content:// URI for this table.

static Uri!

Content URI for getting MMS report requests.

static Uri!

Content URI for getting MMS report status.

Constants

DEFAULT_SORT_ORDER

Added in API level 19
static val DEFAULT_SORT_ORDER: String

The default sort order for this table.

Value: "date DESC"

Properties

CONTENT_URI

Added in API level 19
static val CONTENT_URI: Uri!

The content:// URI for this table.

REPORT_REQUEST_URI

Added in API level 19
static val REPORT_REQUEST_URI: Uri!

Content URI for getting MMS report requests.

REPORT_STATUS_URI

Added in API level 19
static val REPORT_STATUS_URI: Uri!

Content URI for getting MMS report status.