Condividi tramite


View.ScreenStateOn Campo

Definizione

Attenzione

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

Indica che lo stato della schermata è cambiato ed è ora attivo.

[Android.Runtime.Register("SCREEN_STATE_ON")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.ScreenState enum directly instead of this field.", true)]
public const Android.Views.ScreenState ScreenStateOn = 1;
[<Android.Runtime.Register("SCREEN_STATE_ON")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.ScreenState enum directly instead of this field.", true)>]
val mutable ScreenStateOn : Android.Views.ScreenState

Valore del campo

Value = 1
Attributi

Commenti

Indica che lo stato della schermata è cambiato ed è ora attivo.

Documentazione java per android.view.View.SCREEN_STATE_ON.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a

Vedi anche