BatteryState.StatusNotCharging フィールド

定義

注意事項

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

バッテリーは電源に接続されていますが、充電は行われません。

[Android.Runtime.Register("STATUS_NOT_CHARGING", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.BatteryStatus enum directly instead of this field.", true)]
public const Android.Hardware.BatteryStatus StatusNotCharging = 4;
[<Android.Runtime.Register("STATUS_NOT_CHARGING", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.BatteryStatus enum directly instead of this field.", true)>]
val mutable StatusNotCharging : Android.Hardware.BatteryStatus

フィールド値

Value = 4
属性

注釈

バッテリーは電源に接続されていますが、充電は行われません。

の Java ドキュメント android.hardware.BatteryState.STATUS_NOT_CHARGING

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

適用対象