java.lang.Object | |
↳ | android.provider.Telephony.Mms.Part |
Contains message parts.
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
|
The charset of the part.
Type: TEXT
The content disposition of the part.
Type: TEXT
The content ID of the part.
Type: INTEGER
The content location of the part.
Type: INTEGER
The content type of the part.
Type: TEXT
The start of content-type of the message.
Type: INTEGER
The type of content-type of the message.
Type: TEXT
The file name of the part.
Type: TEXT
The identifier of the message which this part belongs to.
Type: INTEGER
The name of the part.
Type: TEXT
The order of the part.
Type: INTEGER
The message text.
Type: TEXT
The location (on filesystem) of the binary data of the part.
Type: INTEGER