Added in API level 19

ThreadsColumns

interface ThreadsColumns : BaseColumns
android.provider.Telephony.ThreadsColumns

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

Summary

Constants
static String

If the thread is archived

static String

The date at which the thread was created.

static String

Indicates whether there is a transmission error in the thread.

static String

Indicates whether this thread contains any attachments.

static String

The message count of the thread.

static String

Indicates whether all messages of the thread have been read.

static String

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

static String

The snippet of the latest message in the thread.

static String

The charset of the snippet.

static String

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

Inherited constants

Constants

ARCHIVED

Added in API level 21
static val ARCHIVED: String

If the thread is archived

Type: INTEGER (boolean)

Value: "archived"

DATE

Added in API level 19
static val DATE: String

The date at which the thread was created.

Type: INTEGER (long)

Value: "date"

ERROR

Added in API level 19
static val ERROR: String

Indicates whether there is a transmission error in the thread.

Type: INTEGER

Value: "error"

HAS_ATTACHMENT

Added in API level 19
static val HAS_ATTACHMENT: String

Indicates whether this thread contains any attachments.

Type: INTEGER

Value: "has_attachment"

MESSAGE_COUNT

Added in API level 19
static val MESSAGE_COUNT: String

The message count of the thread.

Type: INTEGER

Value: "message_count"

READ

Added in API level 19
static val READ: String

Indicates whether all messages of the thread have been read.

Type: INTEGER

Value: "read"

RECIPIENT_IDS

Added in API level 19
static val RECIPIENT_IDS: String

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

Type: TEXT

Value: "recipient_ids"

SNIPPET

Added in API level 19
static val SNIPPET: String

The snippet of the latest message in the thread.

Type: TEXT

Value: "snippet"

SNIPPET_CHARSET

Added in API level 19
static val SNIPPET_CHARSET: String

The charset of the snippet.

Type: INTEGER

Value: "snippet_cs"

TYPE

Added in API level 19
static val TYPE: String

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

Type: INTEGER

Value: "type"