Share via


TelephonyManager.CellInfoCallback.ErrorModemError Field

Definition

Caution

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

The modem returned a failure.

[Android.Runtime.Register("ERROR_MODEM_ERROR", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.TelephonyManagerErrorCode enum directly instead of this field.", true)]
public const Android.Telephony.TelephonyManagerErrorCode ErrorModemError = 2;
[<Android.Runtime.Register("ERROR_MODEM_ERROR", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.TelephonyManagerErrorCode enum directly instead of this field.", true)>]
val mutable ErrorModemError : Android.Telephony.TelephonyManagerErrorCode

Field Value

Value = 2
Attributes

Remarks

The modem returned a failure.

Java documentation for android.telephony.TelephonyManager.CellInfoCallback.ERROR_MODEM_ERROR.

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