Compartilhar via


View.ScreenStateOn Campo

Definição

Cuidado

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

Indica que a tela mudou de estado e agora está ativada.

[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

Valor do campo

Value = 1
Atributos

Comentários

Indica que a tela mudou de estado e agora está ativada.

Documentação Java para android.view.View.SCREEN_STATE_ON.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a

Confira também