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

Int32

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

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