SmsStatus Enum

Definition

Enumerates values returned by several types.

public enum SmsStatus
type SmsStatus = 
Inheritance
SmsStatus

Fields

Name Value Description
None -1

TP-Status: no status received.

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

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.

Complete 0

TP-Status: complete.

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

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.

Pending 32

TP-Status: pending.

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

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 64

TP-Status: failed.

Android reference for android.provider.Telephony.TextBasedSmsColumns.STATUS_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.

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