PendingMessages
class PendingMessages : BaseColumns
kotlin.Any | |
↳ | android.provider.Telephony.MmsSms.PendingMessages |
Contains pending messages info.
Summary
Constants | |
---|---|
static String |
The time to do next retry. |
static String |
The error code of sending/retrieving process. |
static String |
The type of the error code. |
static String |
The time we last tried to send or download the message. |
static String |
The ID of the message to be sent or downloaded. |
static String |
The type of the message to be sent or downloaded. |
static String |
The type of transport protocol (MMS or SMS). |
static String |
How many times we tried to send or download the message. |
static String |
The subscription to which the message belongs to. |
Inherited constants | |
---|---|
Properties | |
---|---|
static Uri! |
Constants
DUE_TIME
static val DUE_TIME: String
The time to do next retry.
Type: INTEGER (long)
Value: "due_time"
ERROR_CODE
static val ERROR_CODE: String
The error code of sending/retrieving process.
Type: INTEGER
Value: "err_code"
ERROR_TYPE
static val ERROR_TYPE: String
The type of the error code.
Type: INTEGER
Value: "err_type"
LAST_TRY
static val LAST_TRY: String
The time we last tried to send or download the message.
Type: INTEGER (long)
Value: "last_try"
MSG_ID
static val MSG_ID: String
The ID of the message to be sent or downloaded.
Type: INTEGER (long)
Value: "msg_id"
MSG_TYPE
static val MSG_TYPE: String
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
Value: "msg_type"
PROTO_TYPE
static val PROTO_TYPE: String
The type of transport protocol (MMS or SMS).
Type: INTEGER
Value: "proto_type"
RETRY_INDEX
static val RETRY_INDEX: String
How many times we tried to send or download the message.
Type: INTEGER
Value: "retry_index"
SUBSCRIPTION_ID
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: "pending_sub_id"