java.lang.Object | |
↳ | android.provider.Telephony.MmsSms.PendingMessages |
Contains pending messages info.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | DUE_TIME | The time to do next retry. | |||||||||
String | ERROR_CODE | The error code of sending/retrieving process. | |||||||||
String | ERROR_TYPE | The type of the error code. | |||||||||
String | LAST_TRY | The time we last tried to send or download the message. | |||||||||
String | MSG_ID | The ID of the message to be sent or downloaded. | |||||||||
String | MSG_TYPE | The type of the message to be sent or downloaded. | |||||||||
String | PROTO_TYPE | The type of transport protocol (MMS or SMS). | |||||||||
String | RETRY_INDEX | How many times we tried to send or download the message. |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.provider.BaseColumns
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CONTENT_URI |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
The time to do next retry.
Type: INTEGER (long)
The error code of sending/retrieving process.
Type: INTEGER
The type of the error code.
Type: INTEGER
The time we last tried to send or download the message.
Type: INTEGER (long)
The ID of the message to be sent or downloaded.
Type: INTEGER (long)
The type of the message to be sent or downloaded. This field is only valid for MM. For SM, its value is always set to 0.
Type: INTEGER
The type of transport protocol (MMS or SMS).
Type: INTEGER
How many times we tried to send or download the message.
Type: INTEGER