Android.Telephony.SmsMessage.Status Property
GSM: For an SMS-STATUS-REPORT message, this returns the status field from the status report.

Syntax

[get: Android.Runtime.Register("getStatus", "()I", "GetGetStatusHandler")]
public virtual int Status { get; }

Value

Documentation for this section has not yet been entered.

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.

[Android Documentation]

Requirements

Namespace: Android.Telephony
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4