BatteryManager.BatteryPluggedUsb フィールド

定義

注意事項

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

電源は USB ポートです。

[Android.Runtime.Register("BATTERY_PLUGGED_USB")]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.BatteryPlugged enum directly instead of this field.", true)]
public const Android.OS.BatteryPlugged BatteryPluggedUsb = 2;
[<Android.Runtime.Register("BATTERY_PLUGGED_USB")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.BatteryPlugged enum directly instead of this field.", true)>]
val mutable BatteryPluggedUsb : Android.OS.BatteryPlugged

フィールド値

Value = 2
属性

注釈

電源は USB ポートです。

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

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

適用対象