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 文档。

此页面的某些部分是基于 创建和共享的工作进行的修改,并根据 署名许可中所述的条款使用。

适用于