WindowManager.ScreenRecordingStateVisible 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 que la aplicación que registró la devolución de llamada está visible en la grabación de pantalla.

[Android.Runtime.Register("SCREEN_RECORDING_STATE_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 ScreenRecordingStateVisible = 1;
[<Android.Runtime.Register("SCREEN_RECORDING_STATE_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 ScreenRecordingStateVisible : Android.Views.ScreenRecordingState

Valor de campo

Value = 1
Atributos

Comentarios

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

Java documentación para android.view.WindowManager.SCREEN_RECORDING_STATE_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