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   | 
        
| Inherited constants | |
|---|---|
Constants
ARCHIVED
static val ARCHIVED: String
If the thread is archived
Type: INTEGER (boolean)
Value: "archived"DATE
static val DATE: String
The date at which the thread was created.
Type: INTEGER (long)
Value: "date"ERROR
static val ERROR: String
Indicates whether there is a transmission error in the thread.
Type: INTEGER
Value: "error"HAS_ATTACHMENT
static val HAS_ATTACHMENT: String
Indicates whether this thread contains any attachments.
Type: INTEGER
Value: "has_attachment"MESSAGE_COUNT
static val MESSAGE_COUNT: String
The message count of the thread.
Type: INTEGER
Value: "message_count"READ
static val READ: String
Indicates whether all messages of the thread have been read.
Type: INTEGER
Value: "read"RECIPIENT_IDS
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
static val SNIPPET: String
The snippet of the latest message in the thread.
Type: TEXT
Value: "snippet"SNIPPET_CHARSET
static val SNIPPET_CHARSET: String
The charset of the snippet.
Type: INTEGER
Value: "snippet_cs"TYPE
static val TYPE: String
Type of the thread, either Threads.COMMON_THREAD or Threads.BROADCAST_THREAD. 
Type: INTEGER
Value: "type"