Activity.FullscreenModeRequestEnter フィールド

定義

注意事項

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

要求の種類が の #requestFullscreenMode(int, OutcomeReceiver)マルチウィンドウ モードから全画面表示モードに入ります。

[Android.Runtime.Register("FULLSCREEN_MODE_REQUEST_ENTER", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.FullscreenModeRequest enum directly instead of this field.", true)]
public const Android.App.FullscreenModeRequest FullscreenModeRequestEnter = 1;
[<Android.Runtime.Register("FULLSCREEN_MODE_REQUEST_ENTER", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.FullscreenModeRequest enum directly instead of this field.", true)>]
val mutable FullscreenModeRequestEnter : Android.App.FullscreenModeRequest

フィールド値

Value = 1

実装

Android.Views.Window.ICallback._members Android.Views.Window.ICallback.cb_onPointerCaptureChanged_Z Android.Views.Window.ICallback.cb_onProvideKeyboardShortcuts_Ljava_util_List_Landroid_view_Menu_I
属性

注釈

要求の種類が の #requestFullscreenMode(int, OutcomeReceiver)マルチウィンドウ モードから全画面表示モードに入ります。

の Java ドキュメント android.app.Activity.FULLSCREEN_MODE_REQUEST_ENTER

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象