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.

per android.view.View.SCREEN_STATE_ON.

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

Vedi anche