WindowManager.ScreenRecordingStateNotVisible Campo

Definição

Cuidado

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

Indica que o aplicativo que registrou o retorno de chamada não está visível na gravação de tela.

[Android.Runtime.Register("SCREEN_RECORDING_STATE_NOT_VISIBLE", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.ScreenRecordingState enum directly instead of this field.", true)]
public const Android.Views.ScreenRecordingState ScreenRecordingStateNotVisible = 0;
[<Android.Runtime.Register("SCREEN_RECORDING_STATE_NOT_VISIBLE", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.ScreenRecordingState enum directly instead of this field.", true)>]
val mutable ScreenRecordingStateNotVisible : Android.Views.ScreenRecordingState

Valor do campo

Value = 0
Atributos

Comentários

Indica que o aplicativo que registrou o retorno de chamada não está visível na gravação de tela.

Java documentação para android.view.WindowManager.SCREEN_RECORDING_STATE_NOT_VISIBLE.

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

Aplica-se a