Compartilhar via


BatteryState.StatusNotCharging Campo

Definição

Cuidado

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

A bateria está ligada à energia, mas não carrega.

[Android.Runtime.Register("STATUS_NOT_CHARGING", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.BatteryStatus enum directly instead of this field.", true)]
public const Android.Hardware.BatteryStatus StatusNotCharging = 4;
[<Android.Runtime.Register("STATUS_NOT_CHARGING", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.BatteryStatus enum directly instead of this field.", true)>]
val mutable StatusNotCharging : Android.Hardware.BatteryStatus

Valor do campo

Value = 4
Atributos

Comentários

A bateria está ligada à energia, mas não carrega.

Documentação Java para android.hardware.BatteryState.STATUS_NOT_CHARGING.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a