public static final class Telephony.MmsSms.PendingMessages extends Object implements BaseColumns
Modifier and Type | Field and Description |
---|---|
static Uri |
CONTENT_URI |
static String |
DUE_TIME
The time to do next retry.
|
static String |
ERROR_CODE
The error code of sending/retrieving process.
|
static String |
ERROR_TYPE
The type of the error code.
|
static String |
LAST_TRY
The time we last tried to send or download the message.
|
static String |
MSG_ID
The ID of the message to be sent or downloaded.
|
static String |
MSG_TYPE
The type of the message to be sent or downloaded.
|
static String |
PROTO_TYPE
The type of transport protocol (MMS or SMS).
|
static String |
RETRY_INDEX
How many times we tried to send or download the message.
|
static String |
SUBSCRIPTION_ID
The subscription to which the message belongs to.
|
_COUNT, _ID
public static final Uri CONTENT_URI
public static final String PROTO_TYPE
Type: INTEGER
public static final String MSG_ID
Type: INTEGER (long)
public static final String MSG_TYPE
Type: INTEGER
public static final String ERROR_TYPE
Type: INTEGER
public static final String ERROR_CODE
Type: INTEGER
public static final String RETRY_INDEX
Type: INTEGER
public static final String DUE_TIME
Type: INTEGER (long)
public static final String LAST_TRY
Type: INTEGER (long)
public static final String SUBSCRIPTION_ID
Type: INTEGER (long)