다음을 통해 공유


WindowManager.ScreenRecordingStateNotVisible Field

Definition

Caution

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

Indicates the app that registered the callback is not visible in screen recording.

[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

Field Value

Value = 0
Attributes

Remarks

Indicates the app that registered the callback is not visible in screen recording.

Java documentation for android.view.WindowManager.SCREEN_RECORDING_STATE_NOT_VISIBLE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to