WindowManager.ScreenRecordingStateNotVisible フィールド

定義

注意事項

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

コールバックを登録したアプリが画面記録に表示されないことを示します。

[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

フィールド値

Value = 0
属性

注釈

コールバックを登録したアプリが画面記録に表示されないことを示します。

android.view.WindowManager.SCREEN_RECORDING_STATE_NOT_VISIBLEの Java ドキュメント。

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象