SmsManager.StatusOnSimRead Field

Definition

Caution

This constant will be removed in the future version. Use Android.Telephony.Gsm.SmsStatusOnSim enum directly instead of this field.

Received and read (TS 51.

[Android.Runtime.Register("STATUS_ON_SIM_READ")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Gsm.SmsStatusOnSim enum directly instead of this field.", true)]
public const Android.Telephony.Gsm.SmsStatusOnSim StatusOnSimRead = 1;
[<Android.Runtime.Register("STATUS_ON_SIM_READ")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Gsm.SmsStatusOnSim enum directly instead of this field.", true)>]
val mutable StatusOnSimRead : Android.Telephony.Gsm.SmsStatusOnSim

Field Value

Value = 1
Attributes

Remarks

Received and read (TS 51.011 10.5.3).

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

Java documentation for android.telephony.gsm.SmsManager.STATUS_ON_SIM_READ.

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