Activity.FullscreenModeRequestExit フィールド

定義

注意事項

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_EXIT", 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 FullscreenModeRequestExit = 0;
[<Android.Runtime.Register("FULLSCREEN_MODE_REQUEST_EXIT", 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 FullscreenModeRequestExit : Android.App.FullscreenModeRequest

フィールド値

Value = 0

実装

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)終了を要求し、前のマルチウィンドウ モードに復元するには、 の要求の種類。

android.app.Activity.FULLSCREEN_MODE_REQUEST_EXITJava ドキュメント。

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

適用対象