BatteryManager.BatteryPropertyCurrentNow フィールド

定義

注意事項

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

マイクロアンペアの瞬時バッテリ電流(整数)。

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

フィールド値

Value = 2
属性

注釈

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

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

適用対象