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)为 ,以请求从多窗口模式进入全屏模式。

android.app.Activity.FULLSCREEN_MODE_REQUEST_ENTERJava 文档。

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

适用于