BatteryManager.BatteryPropertyEnergyCounter フィールド

定義

注意事項

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

長整数としてのナノワット時のバッテリ残存エネルギー。

[Android.Runtime.Register("BATTERY_PROPERTY_ENERGY_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 BatteryPropertyEnergyCounter = 5;
[<Android.Runtime.Register("BATTERY_PROPERTY_ENERGY_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 BatteryPropertyEnergyCounter : Android.OS.BatteryProperty

フィールド値

Value = 5
属性

注釈

長整数としてのナノワット時のバッテリ残存エネルギー。

android.os.BatteryManager.BATTERY_PROPERTY_ENERGY_COUNTERJava ドキュメント。

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

適用対象