다음을 통해 공유


WindowManager.ScreenRecordingStateVisible 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 visible in screen recording.

[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

Field Value

Value = 1
Attributes

Remarks

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

Java documentation for android.view.WindowManager.SCREEN_RECORDING_STATE_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