Lingua

BatteryManager.BatteryCapacityLevelFull Campo

Definizione

Attenzione

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

Il livello di capacità della batteria è pieno.

[Android.Runtime.Register("BATTERY_CAPACITY_LEVEL_FULL", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.BatteryCapacityLevel enum directly instead of this field.", true)]
public const Android.OS.BatteryCapacityLevel BatteryCapacityLevelFull = 5;
[<Android.Runtime.Register("BATTERY_CAPACITY_LEVEL_FULL", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.BatteryCapacityLevel enum directly instead of this field.", true)>]
val mutable BatteryCapacityLevelFull : Android.OS.BatteryCapacityLevel

Valore del campo

Value = 5
Attributi

Commenti

Il livello di capacità della batteria è pieno. La batteria è piena, la temperatura della batteria è compresa nell'intervallo normale e l'alimentazione dell'adattatore è sufficiente per sostenere carichi in background in esecuzione. Il framework Android può eseguire attività in background senza influire sul livello della batteria o sulle prestazioni della batteria.

per android.os.BatteryManager.BATTERY_CAPACITY_LEVEL_FULL.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a