次の方法で共有


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
属性

注釈

ナノワット時のバッテリ残量(長整数)。

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

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象