次の方法で共有


BatteryManager.BatteryPluggedWireless フィールド

定義

注意事項

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

電源はワイヤレスです。

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

フィールド値

Value = 4
属性

注釈

電源はワイヤレスです。

android.os.BatteryManager.BATTERY_PLUGGED_WIRELESSJava ドキュメント。

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

適用対象