次の方法で共有


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)種類。

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

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象