BatteryManager.BatteryPropertyCapacity フィールド

定義

注意事項

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

総容量に対する整数の割合 (小数部なし) としてのバッテリー容量の残り。

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

フィールド値

Value = 4
属性

注釈

総容量に対する整数の割合 (小数部なし) としてのバッテリー容量の残り。

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

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

適用対象