PowerManager.IsWakeLockLevelSupported(Int32) Metodo

Definizione

Restituisce true se il livello di blocco della riattivazione specificato è supportato.

[Android.Runtime.Register("isWakeLockLevelSupported", "(I)Z", "GetIsWakeLockLevelSupported_IHandler")]
public virtual bool IsWakeLockLevelSupported(int level);
[<Android.Runtime.Register("isWakeLockLevelSupported", "(I)Z", "GetIsWakeLockLevelSupported_IHandler")>]
abstract member IsWakeLockLevelSupported : int -> bool
override this.IsWakeLockLevelSupported : int -> bool

Parametri

level
Int32

Livello di blocco della riattivazione da controllare.

Valori restituiti

True se il livello di blocco della riattivazione specificato è supportato.

Attributi

Commenti

Restituisce true se il livello di blocco della riattivazione specificato è supportato.

per android.os.PowerManager.isWakeLockLevelSupported(int).

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