SmsManager.StatusOnSimFree Field

Definition

Caution

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

Free space (TS 51.

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

Field Value

Value = 0
Attributes

Remarks

Free space (TS 51.011 10.5.3).

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

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

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