WindowManager.ScreenRecordingStateVisible Campo

Definizione

Attenzione

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

Indica che l'app che ha registrato il callback è visibile nella registrazione dello schermo.

[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

Valore del campo

Value = 1
Attributi

Commenti

Indica che l'app che ha registrato il callback è visibile nella registrazione dello schermo.

Documentazione java per android.view.WindowManager.SCREEN_RECORDING_STATE_VISIBLE.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a