TelephonyManager.DataDisconnecting フィールド

定義

注意事項

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

データ接続の状態: 切断中。

[Android.Runtime.Register("DATA_DISCONNECTING", ApiSince=30)]
[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 DataDisconnecting = 4;
[<Android.Runtime.Register("DATA_DISCONNECTING", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.DataConnectionStatus enum directly instead of this field.", true)>]
val mutable DataDisconnecting : Android.Telephony.DataConnectionStatus

フィールド値

Value = 4
属性

注釈

データ接続の状態: 切断中。

IP トラフィックは利用できる可能性がありますが、間もなく動作を停止します。

の Java ドキュメント android.telephony.TelephonyManager.DATA_DISCONNECTING

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象