public static final class Telephony.Mms.Addr extends Object implements BaseColumns
Modifier and Type | Field and Description |
---|---|
static String |
ADDRESS
The address text.
|
static String |
CHARSET
Character set of this entry (MMS charset value).
|
static String |
CONTACT_ID
The ID of contact entry in Phone Book.
|
static String |
MSG_ID
The ID of MM which this address entry belongs to.
|
static String |
TYPE
Type of address: must be one of
PduHeaders.BCC ,
PduHeaders.CC , PduHeaders.FROM , PduHeaders.TO . |
_COUNT, _ID
public static final String MSG_ID
Type: INTEGER (long)
public static final String CONTACT_ID
Type: INTEGER (long)
public static final String ADDRESS
Type: TEXT
public static final String TYPE
PduHeaders.BCC
,
PduHeaders.CC
, PduHeaders.FROM
, PduHeaders.TO
.
Type: INTEGER
public static final String CHARSET
Type: INTEGER