public static final class Telephony.Mms.Part extends Object implements BaseColumns
Modifier and Type | Field and Description |
---|---|
static String |
_DATA
The location (on filesystem) of the binary data of the part.
|
static String |
CHARSET
The charset of the part.
|
static String |
CONTENT_DISPOSITION
The content disposition of the part.
|
static String |
CONTENT_ID
The content ID of the part.
|
static String |
CONTENT_LOCATION
The content location of the part.
|
static String |
CONTENT_TYPE
The content type of the part.
|
static String |
CT_START
The start of content-type of the message.
|
static String |
CT_TYPE
The type of content-type of the message.
|
static String |
FILENAME
The file name of the part.
|
static String |
MSG_ID
The identifier of the message which this part belongs to.
|
static String |
NAME
The name of the part.
|
static String |
SEQ
The order of the part.
|
static String |
TEXT
The message text.
|
_COUNT, _ID
public static final String MSG_ID
Type: INTEGER
public static final String SEQ
Type: INTEGER
public static final String CONTENT_TYPE
Type: TEXT
public static final String NAME
Type: TEXT
public static final String CHARSET
Type: TEXT
public static final String FILENAME
Type: TEXT
public static final String CONTENT_DISPOSITION
Type: TEXT
public static final String CONTENT_ID
Type: INTEGER
public static final String CONTENT_LOCATION
Type: INTEGER
public static final String CT_START
Type: INTEGER
public static final String CT_TYPE
Type: TEXT
public static final String _DATA
Type: INTEGER
public static final String TEXT
Type: TEXT