to top
Android APIs
public static final class

Telephony.Mms.Part

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

Class Overview

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

Constants

public static final String CHARSET

Added in API level 19

The charset of the part.

Type: TEXT

Constant Value: "chset"

public static final String CONTENT_DISPOSITION

Added in API level 19

The content disposition of the part.

Type: TEXT

Constant Value: "cd"

public static final String CONTENT_ID

Added in API level 19

The content ID of the part.

Type: INTEGER

Constant Value: "cid"

public static final String CONTENT_LOCATION

Added in API level 19

The content location of the part.

Type: INTEGER

Constant Value: "cl"

public static final String CONTENT_TYPE

Added in API level 19

The content type of the part.

Type: TEXT

Constant Value: "ct"

public static final String CT_START

Added in API level 19

The start of content-type of the message.

Type: INTEGER

Constant Value: "ctt_s"

public static final String CT_TYPE

Added in API level 19

The type of content-type of the message.

Type: TEXT

Constant Value: "ctt_t"

public static final String FILENAME

Added in API level 19

The file name of the part.

Type: TEXT

Constant Value: "fn"

public static final String MSG_ID

Added in API level 19

The identifier of the message which this part belongs to.

Type: INTEGER

Constant Value: "mid"

public static final String NAME

Added in API level 19

The name of the part.

Type: TEXT

Constant Value: "name"

public static final String SEQ

Added in API level 19

The order of the part.

Type: INTEGER

Constant Value: "seq"

public static final String TEXT

Added in API level 19

The message text.

Type: TEXT

Constant Value: "text"

public static final String _DATA

Added in API level 19

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

Type: INTEGER

Constant Value: "_data"