Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static final class

Telephony.Mms.Addr

extends Object
implements BaseColumns
java.lang.Object
   ↳ android.provider.Telephony.Mms.Addr

Class Overview

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 .
[Expand]
Inherited Constants
From interface android.provider.BaseColumns
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String ADDRESS

The address text.

Type: TEXT

Constant Value: "address"

public static final String CHARSET

Character set of this entry (MMS charset value).

Type: INTEGER

Constant Value: "charset"

public static final String CONTACT_ID

The ID of contact entry in Phone Book.

Type: INTEGER (long)

Constant Value: "contact_id"

public static final String MSG_ID

The ID of MM which this address entry belongs to.

Type: INTEGER (long)

Constant Value: "msg_id"

public static final String TYPE

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

Type: INTEGER

Constant Value: "type"