Lingua

WindowManager.ScreenRecordingStateNotVisible 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 non è visibile nella registrazione dello schermo.

[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

Valore del campo

Value = 0
Attributi

Commenti

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

Documentazione java per android.view.WindowManager.SCREEN_RECORDING_STATE_NOT_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