TelephonyManager.CellInfoCallback.ErrorTimeout Field

Definition

Caution

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

The system timed out waiting for a response from the Radio.

[Android.Runtime.Register("ERROR_TIMEOUT", 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 ErrorTimeout = 1;
[<Android.Runtime.Register("ERROR_TIMEOUT", 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 ErrorTimeout : Android.Telephony.TelephonyManagerErrorCode

Field Value

Value = 1
Attributes

Remarks

The system timed out waiting for a response from the Radio.

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

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