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 |
| static Uri! |
Content URI for getting MMS report requests. |
| static Uri! |
Content URI for getting MMS report status. |
Constants
DEFAULT_SORT_ORDER
static val DEFAULT_SORT_ORDER: String
The default sort order for this table.
Value: "date DESC"Properties
REPORT_REQUEST_URI
static val REPORT_REQUEST_URI: Uri!
Content URI for getting MMS report requests.
REPORT_STATUS_URI
static val REPORT_STATUS_URI: Uri!
Content URI for getting MMS report status.