Telephony.ITextBasedSmsColumns Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base columns for tables that contain text-based SMSs.
public interface Telephony.ITextBasedSmsColumns
type Telephony.ITextBasedSmsColumns = interface
Remarks
Base columns for tables that contain text-based SMSs.
Java documentation for android.provider.Telephony.TextBasedSmsColumns
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Fields
Address |
The address of the other party. |
Body |
The body of the message. |
Creator |
The identity of the sender of a sent message. |
Date |
The date the message was received. |
DateSent |
The date the message was sent. |
ErrorCode |
Error code associated with sending or receiving this message |
Locked |
Is the message locked? |
Person |
The ID of the sender of the conversation, if present. |
Protocol |
The protocol identifier code. |
Read |
Has the message been read? |
ReplyPathPresent |
Is the |
Seen |
Has the message been seen by the user? The "seen" flag determines whether we need to show a notification. |
ServiceCenter |
The service center (SC) through which to send the message, if present. |
Status |
|
Subject |
The subject of the message, if present. |
SubscriptionId |
The subscription to which the message belongs to. |
ThreadId |
The thread ID of the message. |
Type |
The type of message. |