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.

이 페이지의 일부는 만들고 공유하며 에 설명된 조건에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상