| java.lang.Object | |
| ↳ | android.provider.Telephony.Mms.Addr |
Contains address information for an MMS message.
| 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
| |||||||||||
The address text.
Type: TEXT
Character set of this entry (MMS charset value).
Type: INTEGER
The ID of contact entry in Phone Book.
Type: INTEGER (long)
The ID of MM which this address entry belongs to.
Type: INTEGER (long)
Type of address: must be one of PduHeaders.BCC,
PduHeaders.CC, PduHeaders.FROM, PduHeaders.TO.
Type: INTEGER