Most visited

Recently visited

Added in API level 19

Telephony.Mms.Part

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

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


Contains message parts.

Summary

Constants

String CHARSET

The charset of the part.

String CONTENT_DISPOSITION

The content disposition of the part.

String CONTENT_ID

The content ID of the part.

String CONTENT_LOCATION

The content location of the part.

String CONTENT_TYPE

The content type of the part.

String CT_START

The start of content-type of the message.

String CT_TYPE

The type of content-type of the message.

String FILENAME

The file name of the part.

String MSG_ID

The identifier of the message which this part belongs to.

String NAME

The name of the part.

String SEQ

The order of the part.

String TEXT

The message text.

String _DATA

The location (on filesystem) of the binary data of the part.

Inherited constants

From interface android.provider.BaseColumns

Inherited methods

From class java.lang.Object

Constants

CHARSET

Added in API level 19
String CHARSET

The charset of the part.

Type: TEXT

Constant Value: "chset"

CONTENT_DISPOSITION

Added in API level 19
String CONTENT_DISPOSITION

The content disposition of the part.

Type: TEXT

Constant Value: "cd"

CONTENT_ID

Added in API level 19
String CONTENT_ID

The content ID of the part.

Type: INTEGER

Constant Value: "cid"

CONTENT_LOCATION

Added in API level 19
String CONTENT_LOCATION

The content location of the part.

Type: INTEGER

Constant Value: "cl"

CONTENT_TYPE

Added in API level 19
String CONTENT_TYPE

The content type of the part.

Type: TEXT

Constant Value: "ct"

CT_START

Added in API level 19
String CT_START

The start of content-type of the message.

Type: INTEGER

Constant Value: "ctt_s"

CT_TYPE

Added in API level 19
String CT_TYPE

The type of content-type of the message.

Type: TEXT

Constant Value: "ctt_t"

FILENAME

Added in API level 19
String FILENAME

The file name of the part.

Type: TEXT

Constant Value: "fn"

MSG_ID

Added in API level 19
String MSG_ID

The identifier of the message which this part belongs to.

Type: INTEGER

Constant Value: "mid"

NAME

Added in API level 19
String NAME

The name of the part.

Type: TEXT

Constant Value: "name"

SEQ

Added in API level 19
String SEQ

The order of the part.

Type: INTEGER

Constant Value: "seq"

TEXT

Added in API level 19
String TEXT

The message text.

Type: TEXT

Constant Value: "text"

_DATA

Added in API level 19
String _DATA

The location (on filesystem) of the binary data of the part.

Type: INTEGER

Constant Value: "_data"

Hooray!