Added in API level 19

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

Added in API level 19
static val DUE_TIME: String

The time to do next retry.

Type: INTEGER (long)

Value: "due_time"

ERROR_CODE

Added in API level 19
static val ERROR_CODE: String

The error code of sending/retrieving process.

Type: INTEGER

Value: "err_code"

ERROR_TYPE

Added in API level 19
static val ERROR_TYPE: String

The type of the error code.

Type: INTEGER

Value: "err_type"

LAST_TRY

Added in API level 19
static val LAST_TRY: String

The time we last tried to send or download the message.

Type: INTEGER (long)

Value: "last_try"

MSG_ID

Added in API level 19
static val MSG_ID: String

The ID of the message to be sent or downloaded.

Type: INTEGER (long)

Value: "msg_id"

MSG_TYPE

Added in API level 19
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

Added in API level 19
static val PROTO_TYPE: String

The type of transport protocol (MMS or SMS).

Type: INTEGER

Value: "proto_type"

RETRY_INDEX

Added in API level 19
static val RETRY_INDEX: String

How many times we tried to send or download the message.

Type: INTEGER

Value: "retry_index"

SUBSCRIPTION_ID

Added in API level 22
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"

Properties

CONTENT_URI

Added in API level 19
static val CONTENT_URI: Uri!