Freigeben über


TelephonyManager.DataHandoverInProgress Feld

Definition

Achtung

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

Datenverbindungsstatus: Übergabe wird ausgeführt.

[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

Feldwert

Value = 5
Attribute

Hinweise

Datenverbindungsstatus: Übergabe wird ausgeführt. Die Verbindung wird von Mobilfunknetz zu IWLAN oder von IWLAN zu Mobilfunknetz transitiert.

Java-Dokumentation für android.telephony.TelephonyManager.DATA_HANDOVER_IN_PROGRESS.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: