SmsManager.StatusOnSimUnsent Field

Definition

Caution

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

Stored and unsent (TS 51.

[Android.Runtime.Register("STATUS_ON_SIM_UNSENT")]
[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 StatusOnSimUnsent = 7;
[<Android.Runtime.Register("STATUS_ON_SIM_UNSENT")>]
[<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 StatusOnSimUnsent : Android.Telephony.Gsm.SmsStatusOnSim

Field Value

Value = 7
Attributes

Remarks

Stored and unsent (TS 51.011 10.5.3).

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

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

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