BatteryManager.BatteryPropertyChargeCounter フィールド

定義

注意事項

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

マイクロアンペア時間のバッテリ容量(整数)。

[Android.Runtime.Register("BATTERY_PROPERTY_CHARGE_COUNTER")]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.BatteryProperty enum directly instead of this field.", true)]
public const Android.OS.BatteryProperty BatteryPropertyChargeCounter = 1;
[<Android.Runtime.Register("BATTERY_PROPERTY_CHARGE_COUNTER")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.BatteryProperty enum directly instead of this field.", true)>]
val mutable BatteryPropertyChargeCounter : Android.OS.BatteryProperty

フィールド値

Value = 1
属性

注釈

マイクロアンペア時間のバッテリ容量(整数)。

の Java ドキュメント android.os.BatteryManager.BATTERY_PROPERTY_CHARGE_COUNTER

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

適用対象