Language

SmsMessageType Enum

Definition

Enumerates values returned by several types.

public enum SmsMessageType
type SmsMessageType = 
Inheritance
SmsMessageType

Fields

Name Value Description
All 0

Message type: all messages.

Android reference for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_ALL.

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.

Inbox 1

Message type: inbox.

Android reference for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_INBOX.

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.

Sent 2

Message type: sent messages.

Android reference for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_SENT.

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.

Draft 3

Message type: drafts.

Android reference for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_DRAFT.

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.

Outbox 4

Message type: outbox.

Android reference for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_OUTBOX.

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.

Failed 5

Message type: failed outgoing message.

Android reference for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_FAILED.

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.

Queued 6

Message type: queued to send later.

Android reference for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_QUEUED.

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.

Remarks

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.

Applies to