Partager via


View.ScreenStateOn Champ

Définition

Attention

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

Indique que l’écran a changé d’état et est maintenant activé.

[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

Valeur de champ

Value = 1
Attributs

Remarques

Indique que l’écran a changé d’état et est maintenant activé.

Documentation Java pour android.view.View.SCREEN_STATE_ON.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

Voir aussi