SmsManager.StatusOnSimSent 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 sent (TS 51.

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

Field Value

Value = 5
Attributes

Remarks

Stored and sent (TS 51.011 10.5.3).

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

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

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