Telephony.ITextBasedSmsColumns Interface

Definition

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 TP-Reply-Path flag set?

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

TP-Status value for the message, or -1 if no status has been received.

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.

Applies to