Telephony.BaseMmsColumns
public
static
interface
Telephony.BaseMmsColumns
implements
BaseColumns
| android.provider.Telephony.BaseMmsColumns |
|
|
Base columns for tables that contain MMSs.
Summary
Constants | |
|---|---|
String |
CONTENT_CLASS
The |
String |
CONTENT_LOCATION
The |
String |
CONTENT_TYPE
The |
String |
CREATOR
The identity of the sender of a sent message. |
String |
DATE
The date the message was received. |
String |
DATE_SENT
The date the message was sent. |
String |
DELIVERY_REPORT
The |
String |
DELIVERY_TIME
The |
String |
EXPIRY
The expiry time of the message. |
String |
LOCKED
Is the message locked? Type: INTEGER (boolean) |
String |
MESSAGE_BOX
The box which the message belongs to, e.g. |
int |
MESSAGE_BOX_ALL
Message box: all messages. |
int |
MESSAGE_BOX_DRAFTS
Message box: drafts. |
int |
MESSAGE_BOX_FAILED
Message box: failed. |
int |
MESSAGE_BOX_INBOX
Message box: inbox. |
int |
MESSAGE_BOX_OUTBOX
Message box: outbox. |
int |
MESSAGE_BOX_SENT
Message box: sent messages. |
String |
MESSAGE_CLASS
The class of the message. |
String |
MESSAGE_ID
The |
String |
MESSAGE_SIZE
The size of the message. |
String |
MESSAGE_TYPE
The type of the message defined by MMS spec. |
String |
MMS_VERSION
The version of the specification that this message conforms to. |
String |
PRIORITY
The priority of the message. |
String |
READ
Has the message been read? Type: INTEGER (boolean) |
String |
READ_REPORT
The |
String |
READ_STATUS
The |
String |
REPORT_ALLOWED
Is read report allowed? Type: INTEGER (boolean) |
String |
RESPONSE_STATUS
The |
String |
RESPONSE_TEXT
The |
String |
RETRIEVE_STATUS
The |
String |
RETRIEVE_TEXT
The |
String |
RETRIEVE_TEXT_CHARSET
The character set of the retrieve-text. |
String |
SEEN
Has the message been seen by the user? The "seen" flag determines whether we need to show a new message notification. |
String |
STATUS
The |
String |
SUBJECT
The subject of the message, if present. |
String |
SUBJECT_CHARSET
The character set of the subject, if present. |
String |
SUBSCRIPTION_ID
The subscription to which the message belongs to. |
String |
TEXT_ONLY
Does the message have only a text part (can also have a subject) with no picture, slideshow, sound, etc. |
String |
THREAD_ID
The thread ID of the message. |
String |
TRANSACTION_ID
The |
Inherited constants |
|---|
android.provider.BaseColumns
|
Constants
CONTENT_CLASS
String CONTENT_CLASS
The content-class of the message.
Type: INTEGER
Constant Value: "ct_cls"
CONTENT_LOCATION
String CONTENT_LOCATION
The Content-Location of the message.
Type: TEXT
Constant Value: "ct_l"
CONTENT_TYPE
String CONTENT_TYPE
The Content-Type of the message.
Type: TEXT
Constant Value: "ct_t"
CREATOR
String CREATOR
The identity of the sender of a sent message. It is usually the package name of the app which sends the message.
Note: This column is read-only. It is set by the provider and can not be changed by apps.
Type: TEXT
Constant Value: "creator"
DATE
String DATE
The date the message was received.
Type: INTEGER (long)
Constant Value: "date"
DATE_SENT
String DATE_SENT
The date the message was sent.
Type: INTEGER (long)
Constant Value: "date_sent"
DELIVERY_REPORT
String DELIVERY_REPORT
The delivery-report of the message.
Type: INTEGER
Constant Value: "d_rpt"
DELIVERY_TIME
String DELIVERY_TIME
The delivery-time of the message.
Type: INTEGER
Constant Value: "d_tm"
EXPIRY
String EXPIRY
The expiry time of the message.
Type: INTEGER (long)
Constant Value: "exp"
LOCKED
String LOCKED
Is the message locked?
Type: INTEGER (boolean)
Constant Value: "locked"
MESSAGE_BOX
String MESSAGE_BOX
The box which the message belongs to, e.g. MESSAGE_BOX_INBOX.
Type: INTEGER
Constant Value: "msg_box"
MESSAGE_BOX_ALL
int MESSAGE_BOX_ALL
Message box: all messages.
Constant Value: 0 (0x00000000)
MESSAGE_BOX_DRAFTS
int MESSAGE_BOX_DRAFTS
Message box: drafts.
Constant Value: 3 (0x00000003)
MESSAGE_BOX_FAILED
int MESSAGE_BOX_FAILED
Message box: failed.
Constant Value: 5 (0x00000005)
MESSAGE_BOX_INBOX
int MESSAGE_BOX_INBOX
Message box: inbox.
Constant Value: 1 (0x00000001)
MESSAGE_BOX_OUTBOX
int MESSAGE_BOX_OUTBOX
Message box: outbox.
Constant Value: 4 (0x00000004)
MESSAGE_BOX_SENT
int MESSAGE_BOX_SENT
Message box: sent messages.
Constant Value: 2 (0x00000002)
MESSAGE_CLASS
String MESSAGE_CLASS
The class of the message.
Type: TEXT
Constant Value: "m_cls"
MESSAGE_ID
String MESSAGE_ID
The Message-ID of the message.
Type: TEXT
Constant Value: "m_id"
MESSAGE_SIZE
String MESSAGE_SIZE
The size of the message.
Type: INTEGER
Constant Value: "m_size"
MESSAGE_TYPE
String MESSAGE_TYPE
The type of the message defined by MMS spec.
Type: INTEGER
Constant Value: "m_type"
MMS_VERSION
String MMS_VERSION
The version of the specification that this message conforms to.
Type: INTEGER
Constant Value: "v"
PRIORITY
String PRIORITY
The priority of the message.
Type: INTEGER
Constant Value: "pri"
READ
String READ
Has the message been read?
Type: INTEGER (boolean)
Constant Value: "read"
READ_REPORT
String READ_REPORT
The read-report of the message.
Type: INTEGER (boolean)
Constant Value: "rr"
READ_STATUS
String READ_STATUS
The read-status of the message.
Type: INTEGER
Constant Value: "read_status"
REPORT_ALLOWED
String REPORT_ALLOWED
Is read report allowed?
Type: INTEGER (boolean)
Constant Value: "rpt_a"
RESPONSE_STATUS
String RESPONSE_STATUS
The response-status of the message.
Type: INTEGER
Constant Value: "resp_st"
RESPONSE_TEXT
String RESPONSE_TEXT
The response-text of the message.
Type: TEXT
Constant Value: "resp_txt"
RETRIEVE_STATUS
String RETRIEVE_STATUS
The retrieve-status of the message.
Type: INTEGER
Constant Value: "retr_st"
RETRIEVE_TEXT
String RETRIEVE_TEXT
The retrieve-text of the message.
Type: TEXT
Constant Value: "retr_txt"
RETRIEVE_TEXT_CHARSET
String RETRIEVE_TEXT_CHARSET
The character set of the retrieve-text.
Type: INTEGER
Constant Value: "retr_txt_cs"
SEEN
String SEEN
Has the message been seen by the user? The "seen" flag determines whether we need to show a new message notification.
Type: INTEGER (boolean)
Constant Value: "seen"
STATUS
String STATUS
The status of the message.
Type: INTEGER
Constant Value: "st"
SUBJECT
String SUBJECT
The subject of the message, if present.
Type: TEXT
Constant Value: "sub"
SUBJECT_CHARSET
String SUBJECT_CHARSET
The character set of the subject, if present.
Type: INTEGER
Constant Value: "sub_cs"
SUBSCRIPTION_ID
String SUBSCRIPTION_ID
The subscription to which the message belongs to. Its value will be < 0 if the sub id cannot be determined.
Type: INTEGER (long)
Constant Value: "sub_id"
TEXT_ONLY
String TEXT_ONLY
Does the message have only a text part (can also have a subject) with no picture, slideshow, sound, etc. parts?
Type: INTEGER (boolean)
Constant Value: "text_only"
THREAD_ID
String THREAD_ID
The thread ID of the message.
Type: INTEGER (long)
Constant Value: "thread_id"
TRANSACTION_ID
String TRANSACTION_ID
The transaction-id of the message.
Type: TEXT
Constant Value: "tr_id"
Interfaces
- BaseColumns
- CalendarContract.AttendeesColumns
- CalendarContract.CalendarAlertsColumns
- CalendarContract.CalendarCacheColumns
- CalendarContract.CalendarColumns
- CalendarContract.CalendarSyncColumns
- CalendarContract.ColorsColumns
- CalendarContract.EventDaysColumns
- CalendarContract.EventsColumns
- CalendarContract.ExtendedPropertiesColumns
- CalendarContract.RemindersColumns
- CalendarContract.SyncColumns
- Contacts.ContactMethodsColumns
- Contacts.ExtensionsColumns
- Contacts.GroupsColumns
- Contacts.OrganizationColumns
- Contacts.PeopleColumns
- Contacts.PhonesColumns
- Contacts.PhotosColumns
- Contacts.PresenceColumns
- Contacts.SettingsColumns
- ContactsContract.BaseSyncColumns
- ContactsContract.CommonDataKinds.BaseTypes
- ContactsContract.CommonDataKinds.CommonColumns
- ContactsContract.ContactNameColumns
- ContactsContract.ContactOptionsColumns
- ContactsContract.ContactsColumns
- ContactsContract.ContactStatusColumns
- ContactsContract.DataColumns
- ContactsContract.DataColumnsWithJoins
- ContactsContract.DataUsageStatColumns
- ContactsContract.DeletedContactsColumns
- ContactsContract.DisplayNameSources
- ContactsContract.FullNameStyle
- ContactsContract.GroupsColumns
- ContactsContract.PhoneLookupColumns
- ContactsContract.PhoneticNameStyle
- ContactsContract.PresenceColumns
- ContactsContract.RawContactsColumns
- ContactsContract.SettingsColumns
- ContactsContract.StatusColumns
- ContactsContract.SyncColumns
- MediaStore.Audio.AlbumColumns
- MediaStore.Audio.ArtistColumns
- MediaStore.Audio.AudioColumns
- MediaStore.Audio.GenresColumns
- MediaStore.Audio.PlaylistsColumns
- MediaStore.Files.FileColumns
- MediaStore.Images.ImageColumns
- MediaStore.MediaColumns
- MediaStore.Video.VideoColumns
- OpenableColumns
- SyncStateContract.Columns
- Telephony.BaseMmsColumns
- Telephony.CanonicalAddressesColumns
- Telephony.TextBasedSmsColumns
- Telephony.ThreadsColumns
Classes
- AlarmClock
- BlockedNumberContract
- BlockedNumberContract.BlockedNumbers
- Browser
- CalendarContract
- CalendarContract.Attendees
- CalendarContract.CalendarAlerts
- CalendarContract.CalendarCache
- CalendarContract.CalendarEntity
- CalendarContract.Calendars
- CalendarContract.Colors
- CalendarContract.EventDays
- CalendarContract.Events
- CalendarContract.EventsEntity
- CalendarContract.ExtendedProperties
- CalendarContract.Instances
- CalendarContract.Reminders
- CalendarContract.SyncState
- CallLog
- CallLog.Calls
- Contacts
- Contacts.ContactMethods
- Contacts.Extensions
- Contacts.GroupMembership
- Contacts.Groups
- Contacts.Intents
- Contacts.Intents.Insert
- Contacts.Intents.UI
- Contacts.Organizations
- Contacts.People
- Contacts.People.ContactMethods
- Contacts.People.Extensions
- Contacts.People.Phones
- Contacts.Phones
- Contacts.Photos
- Contacts.Settings
- ContactsContract
- ContactsContract.AggregationExceptions
- ContactsContract.CommonDataKinds
- ContactsContract.CommonDataKinds.Callable
- ContactsContract.CommonDataKinds.Contactables
- ContactsContract.CommonDataKinds.Email
- ContactsContract.CommonDataKinds.Event
- ContactsContract.CommonDataKinds.GroupMembership
- ContactsContract.CommonDataKinds.Identity
- ContactsContract.CommonDataKinds.Im
- ContactsContract.CommonDataKinds.Nickname
- ContactsContract.CommonDataKinds.Note
- ContactsContract.CommonDataKinds.Organization
- ContactsContract.CommonDataKinds.Phone
- ContactsContract.CommonDataKinds.Photo
- ContactsContract.CommonDataKinds.Relation
- ContactsContract.CommonDataKinds.SipAddress
- ContactsContract.CommonDataKinds.StructuredName
- ContactsContract.CommonDataKinds.StructuredPostal
- ContactsContract.CommonDataKinds.Website
- ContactsContract.Contacts
- ContactsContract.Contacts.AggregationSuggestions
- ContactsContract.Contacts.AggregationSuggestions.Builder
- ContactsContract.Contacts.Data
- ContactsContract.Contacts.Entity
- ContactsContract.Contacts.Photo
- ContactsContract.Data
- ContactsContract.DataUsageFeedback
- ContactsContract.DeletedContacts
- ContactsContract.Directory
- ContactsContract.DisplayPhoto
- ContactsContract.Groups
- ContactsContract.Intents
- ContactsContract.Intents.Insert
- ContactsContract.PhoneLookup
- ContactsContract.PinnedPositions
- ContactsContract.Presence
- ContactsContract.Profile
- ContactsContract.ProfileSyncState
- ContactsContract.ProviderStatus
- ContactsContract.QuickContact
- ContactsContract.RawContacts
- ContactsContract.RawContacts.Data
- ContactsContract.RawContacts.DisplayPhoto
- ContactsContract.RawContacts.Entity
- ContactsContract.RawContactsEntity
- ContactsContract.SearchSnippets
- ContactsContract.Settings
- ContactsContract.StatusUpdates
- ContactsContract.SyncState
- DocumentsContract
- DocumentsContract.Document
- DocumentsContract.Path
- DocumentsContract.Root
- DocumentsProvider
- FontRequest
- FontsContract
- FontsContract.Columns
- FontsContract.FontFamilyResult
- FontsContract.FontInfo
- FontsContract.FontRequestCallback
- LiveFolders
- MediaStore
- MediaStore.Audio
- MediaStore.Audio.Albums
- MediaStore.Audio.Artists
- MediaStore.Audio.Artists.Albums
- MediaStore.Audio.Genres
- MediaStore.Audio.Genres.Members
- MediaStore.Audio.Media
- MediaStore.Audio.Playlists
- MediaStore.Audio.Playlists.Members
- MediaStore.Audio.Radio
- MediaStore.Files
- MediaStore.Images
- MediaStore.Images.Media
- MediaStore.Images.Thumbnails
- MediaStore.Video
- MediaStore.Video.Media
- MediaStore.Video.Thumbnails
- SearchRecentSuggestions
- Settings
- Settings.Global
- Settings.NameValueTable
- Settings.Secure
- Settings.System
- SyncStateContract
- SyncStateContract.Constants
- SyncStateContract.Helpers
- Telephony
- Telephony.Carriers
- Telephony.Mms
- Telephony.Mms.Addr
- Telephony.Mms.Draft
- Telephony.Mms.Inbox
- Telephony.Mms.Intents
- Telephony.Mms.Outbox
- Telephony.Mms.Part
- Telephony.Mms.Rate
- Telephony.Mms.Sent
- Telephony.MmsSms
- Telephony.MmsSms.PendingMessages
- Telephony.ServiceStateTable
- Telephony.Sms
- Telephony.Sms.Conversations
- Telephony.Sms.Draft
- Telephony.Sms.Inbox
- Telephony.Sms.Intents
- Telephony.Sms.Outbox
- Telephony.Sms.Sent
- Telephony.Threads
- UserDictionary
- UserDictionary.Words
- VoicemailContract
- VoicemailContract.Status
- VoicemailContract.Voicemails
Exceptions


