Telephony.IThreadsColumns Interface

Definition

Columns for the "threads" table used by MMS and SMS.

public interface Telephony.IThreadsColumns
type Telephony.IThreadsColumns = interface

Remarks

Columns for the "threads" table used by MMS and SMS.

Java documentation for android.provider.Telephony.ThreadsColumns.

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

Archived

If the thread is archived

Date

The date at which the thread was created.

Error

Indicates whether there is a transmission error in the thread.

HasAttachment

Indicates whether this thread contains any attachments.

MessageCount

The message count of the thread.

Read

Indicates whether all messages of the thread have been read.

RecipientIds

A string encoding of the recipient IDs of the recipients of the message, in numerical order and separated by spaces.

Snippet

The snippet of the latest message in the thread.

SnippetCharset

The charset of the snippet.

Type

Type of the thread, either Threads#COMMON_THREAD or Threads#BROADCAST_THREAD.

Applies to