Telephony.TextBasedSmsColumns
public
static
interface
Telephony.TextBasedSmsColumns
| android.provider.Telephony.TextBasedSmsColumns |
|
|
Base columns for tables that contain text-based SMSs.
Summary
Constants | |
|---|---|
String |
ADDRESS
The address of the other party. |
String |
BODY
The body of the message. |
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 |
ERROR_CODE
Error code associated with sending or receiving this message Type: INTEGER |
String |
LOCKED
Is the message locked? Type: INTEGER (boolean) |
int |
MESSAGE_TYPE_ALL
Message type: all messages. |
int |
MESSAGE_TYPE_DRAFT
Message type: drafts. |
int |
MESSAGE_TYPE_FAILED
Message type: failed outgoing message. |
int |
MESSAGE_TYPE_INBOX
Message type: inbox. |
int |
MESSAGE_TYPE_OUTBOX
Message type: outbox. |
int |
MESSAGE_TYPE_QUEUED
Message type: queued to send later. |
int |
MESSAGE_TYPE_SENT
Message type: sent messages. |
String |
PERSON
The ID of the sender of the conversation, if present. |
String |
PROTOCOL
The protocol identifier code. |
String |
READ
Has the message been read? Type: INTEGER (boolean) |
String |
REPLY_PATH_PRESENT
Is the Type: BOOLEAN |
String |
SEEN
Has the message been seen by the user? The "seen" flag determines whether we need to show a notification. |
String |
SERVICE_CENTER
The service center (SC) through which to send the message, if present. |
String |
STATUS
|
int |
STATUS_COMPLETE
TP-Status: complete. |
int |
STATUS_FAILED
TP-Status: failed. |
int |
STATUS_NONE
TP-Status: no status received. |
int |
STATUS_PENDING
TP-Status: pending. |
String |
SUBJECT
The subject of the message, if present. |
String |
SUBSCRIPTION_ID
The subscription to which the message belongs to. |
String |
THREAD_ID
The thread ID of the message. |
String |
TYPE
The type of message. |
Constants
ADDRESS
String ADDRESS
The address of the other party.
Type: TEXT
Constant Value: "address"
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"
ERROR_CODE
String ERROR_CODE
Error code associated with sending or receiving this message
Type: INTEGER
Constant Value: "error_code"
LOCKED
String LOCKED
Is the message locked?
Type: INTEGER (boolean)
Constant Value: "locked"
MESSAGE_TYPE_ALL
int MESSAGE_TYPE_ALL
Message type: all messages.
Constant Value: 0 (0x00000000)
MESSAGE_TYPE_DRAFT
int MESSAGE_TYPE_DRAFT
Message type: drafts.
Constant Value: 3 (0x00000003)
MESSAGE_TYPE_FAILED
int MESSAGE_TYPE_FAILED
Message type: failed outgoing message.
Constant Value: 5 (0x00000005)
MESSAGE_TYPE_INBOX
int MESSAGE_TYPE_INBOX
Message type: inbox.
Constant Value: 1 (0x00000001)
MESSAGE_TYPE_OUTBOX
int MESSAGE_TYPE_OUTBOX
Message type: outbox.
Constant Value: 4 (0x00000004)
MESSAGE_TYPE_QUEUED
int MESSAGE_TYPE_QUEUED
Message type: queued to send later.
Constant Value: 6 (0x00000006)
MESSAGE_TYPE_SENT
int MESSAGE_TYPE_SENT
Message type: sent messages.
Constant Value: 2 (0x00000002)
PERSON
String PERSON
The ID of the sender of the conversation, if present.
Type: INTEGER (reference to item in content://contacts/people)
Constant Value: "person"
PROTOCOL
String PROTOCOL
The protocol identifier code.
Type: INTEGER
Constant Value: "protocol"
READ
String READ
Has the message been read?
Type: INTEGER (boolean)
Constant Value: "read"
REPLY_PATH_PRESENT
String REPLY_PATH_PRESENT
Is the TP-Reply-Path flag set?
Type: BOOLEAN
Constant Value: "reply_path_present"
SEEN
String SEEN
Has the message been seen by the user? The "seen" flag determines whether we need to show a notification.
Type: INTEGER (boolean)
Constant Value: "seen"
SERVICE_CENTER
String SERVICE_CENTER
The service center (SC) through which to send the message, if present.
Type: TEXT
Constant Value: "service_center"
STATUS
String STATUS
TP-Status value for the message, or -1 if no status has been received.
Type: INTEGER
Constant Value: "status"
STATUS_COMPLETE
int STATUS_COMPLETE
TP-Status: complete.
Constant Value: 0 (0x00000000)
STATUS_FAILED
int STATUS_FAILED
TP-Status: failed.
Constant Value: 64 (0x00000040)
STATUS_NONE
int STATUS_NONE
TP-Status: no status received.
Constant Value: -1 (0xffffffff)
STATUS_PENDING
int STATUS_PENDING
TP-Status: pending.
Constant Value: 32 (0x00000020)
SUBJECT
String SUBJECT
The subject of the message, if present.
Type: TEXT
Constant Value: "subject"
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"
THREAD_ID
String THREAD_ID
The thread ID of the message.
Type: INTEGER
Constant Value: "thread_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


