SmsMessage.Status Property

Definition

Caution

deprecated

GSM: For an SMS-STATUS-REPORT message, this returns the status field from the status report.

[System.Obsolete("deprecated")]
public virtual int Status { [Android.Runtime.Register("getStatus", "()I", "GetGetStatusHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getStatus", "()I", "GetGetStatusHandler")>]
member this.Status : int

Property Value

0 indicates the previously sent message was received. See TS 23.040, 9.9.2.3.15 and C.S0015-B, v2.0, 4.5.21 for a description of other possible values.

Attributes

Remarks

GSM: For an SMS-STATUS-REPORT message, this returns the status field from the status report. This field indicates the status of a previously submitted SMS, if requested. See TS 23.040, 9.2.3.15 TP-Status for a description of values. CDMA: For not interfering with status codes from GSM, the value is shifted to the bits 31-16. The value is composed of an error class (bits 25-24) and a status code (bits 23-16). Possible codes are described in C.S0015-B, v2.0, 4.5.21.

This member is deprecated. Use android.telephony.SmsMessage.

Java documentation for android.telephony.gsm.SmsMessage.getStatus().

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