Most visited

Recently visited

Added in API level 19

Telephony.Mms.Addr

public static final class Telephony.Mms.Addr
extends Object implements BaseColumns

java.lang.Object
   ↳ android.provider.Telephony.Mms.Addr


Contains address information for an MMS message.

Summary

Constants

String ADDRESS

The address text.

String CHARSET

Character set of this entry (MMS charset value).

String CONTACT_ID

The ID of contact entry in Phone Book.

String MSG_ID

The ID of MM which this address entry belongs to.

String TYPE

Type of address: must be one of PduHeaders.BCC, PduHeaders.CC, PduHeaders.FROM, PduHeaders.TO.

Inherited constants

From interface android.provider.BaseColumns

Inherited methods

From class java.lang.Object

Constants

ADDRESS

Added in API level 19
String ADDRESS

The address text.

Type: TEXT

Constant Value: "address"

CHARSET

Added in API level 19
String CHARSET

Character set of this entry (MMS charset value).

Type: INTEGER

Constant Value: "charset"

CONTACT_ID

Added in API level 19
String CONTACT_ID

The ID of contact entry in Phone Book.

Type: INTEGER (long)

Constant Value: "contact_id"

MSG_ID

Added in API level 19
String MSG_ID

The ID of MM which this address entry belongs to.

Type: INTEGER (long)

Constant Value: "msg_id"

TYPE

Added in API level 19
String TYPE

Type of address: must be one of PduHeaders.BCC, PduHeaders.CC, PduHeaders.FROM, PduHeaders.TO.

Type: INTEGER

Constant Value: "type"

Hooray!