NetworkScan.ErrorInterrupted Field

Definition

Caution

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

The scan has been interrupted by another scan with higher priority.

[Android.Runtime.Register("ERROR_INTERRUPTED", 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 ErrorInterrupted = 10002;
[<Android.Runtime.Register("ERROR_INTERRUPTED", 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 ErrorInterrupted : Android.Telephony.ScanResultCode

Field Value

Value = 10002
Attributes

Remarks

The scan has been interrupted by another scan with higher priority.

Java documentation for android.telephony.NetworkScan.ERROR_INTERRUPTED.

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