Share via


TelephonyManager.DataHandoverInProgress Field

Definition

Caution

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

Data connection state: Handover in progress.

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

Field Value

Value = 5
Attributes

Remarks

Data connection state: Handover in progress. The connection is being transited from cellular network to IWLAN, or from IWLAN to cellular network.

Java documentation for android.telephony.TelephonyManager.DATA_HANDOVER_IN_PROGRESS.

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