Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static interface

Telephony.ThreadsColumns

implements BaseColumns
android.provider.Telephony.ThreadsColumns
Known Indirect Subclasses

Class Overview

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

Summary

Constants
String DATE The date at which the thread was created.
String ERROR Indicates whether there is a transmission error in the thread.
String HAS_ATTACHMENT Indicates whether this thread contains any attachments.
String MESSAGE_COUNT The message count of the thread.
String READ Indicates whether all messages of the thread have been read.
String RECIPIENT_IDS A string encoding of the recipient IDs of the recipients of the message, in numerical order and separated by spaces.
String SNIPPET The snippet of the latest message in the thread.
String SNIPPET_CHARSET The charset of the snippet.
String TYPE Type of the thread, either COMMON_THREAD or BROADCAST_THREAD .
[Expand]
Inherited Constants
From interface android.provider.BaseColumns

Constants

public static final String DATE

The date at which the thread was created.

Type: INTEGER (long)

Constant Value: "date"

public static final String ERROR

Indicates whether there is a transmission error in the thread.

Type: INTEGER

Constant Value: "error"

public static final String HAS_ATTACHMENT

Indicates whether this thread contains any attachments.

Type: INTEGER

Constant Value: "has_attachment"

public static final String MESSAGE_COUNT

The message count of the thread.

Type: INTEGER

Constant Value: "message_count"

public static final String READ

Indicates whether all messages of the thread have been read.

Type: INTEGER

Constant Value: "read"

public static final String RECIPIENT_IDS

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

Type: TEXT

Constant Value: "recipient_ids"

public static final String SNIPPET

The snippet of the latest message in the thread.

Type: TEXT

Constant Value: "snippet"

public static final String SNIPPET_CHARSET

The charset of the snippet.

Type: INTEGER

Constant Value: "snippet_cs"

public static final String TYPE

Type of the thread, either COMMON_THREAD or BROADCAST_THREAD .

Type: INTEGER

Constant Value: "type"