NetworkScan.ErrorRadioInterfaceError Field

Definition

Caution

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

The RIL returns nothing or exceptions.

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

Field Value

Value = 10000
Attributes

Remarks

The RIL returns nothing or exceptions.

Java documentation for android.telephony.NetworkScan.ERROR_RADIO_INTERFACE_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