WindowManager.ScreenRecordingStateNotVisible Campo

Definición

Precaución

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

Indica la aplicación que registró la devolución de llamada no está visible en la grabación de pantalla.

[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 de campo

Value = 0
Atributos

Comentarios

Indica la aplicación que registró la devolución de llamada no está visible en la grabación de pantalla.

Java documentación para android.view.WindowManager.SCREEN_RECORDING_STATE_NOT_VISIBLE.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a