BatteryManager.BatteryPropertyStatus フィールド

定義

注意事項

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

BATTERY_STATUS_* 値からのバッテリー充電状態。

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

フィールド値

Value = 6
属性

注釈

BATTERY_STATUS_* 値からのバッテリー充電状態。

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

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

適用対象