Most visited

Recently visited

Added in API level 19

Telephony.Sms.Conversations

public static final class Telephony.Sms.Conversations
extends Object implements BaseColumns, Telephony.TextBasedSmsColumns

java.lang.Object
   ↳ android.provider.Telephony.Sms.Conversations


Contains all sent text-based SMS messages in the SMS app.

Summary

Constants

String DEFAULT_SORT_ORDER

The default sort order for this table.

String MESSAGE_COUNT

The number of messages in the conversation.

String SNIPPET

The first 45 characters of the body of the message.

Inherited constants

From interface android.provider.BaseColumns
From interface android.provider.Telephony.TextBasedSmsColumns

Fields

public static final Uri CONTENT_URI

The content:// style URL for this table.

Inherited methods

From class java.lang.Object

Constants

DEFAULT_SORT_ORDER

Added in API level 19
String DEFAULT_SORT_ORDER

The default sort order for this table.

Constant Value: "date DESC"

MESSAGE_COUNT

Added in API level 19
String MESSAGE_COUNT

The number of messages in the conversation.

Type: INTEGER

Constant Value: "msg_count"

SNIPPET

Added in API level 19
String SNIPPET

The first 45 characters of the body of the message.

Type: TEXT

Constant Value: "snippet"

Fields

CONTENT_URI

Added in API level 19
Uri CONTENT_URI

The content:// style URL for this table.

Hooray!