Язык

ActivityManager.AppTask.WindowingLayerRequestRejected Поле

Определение

Внимание!

This constant will be removed in the future version. Use Android.App.ActivityManagerAppTaskWindowingLayerResult enum directly instead of this field.

Запрос на изменение слоя окна был отклонен.

[Android.Runtime.Register("WINDOWING_LAYER_REQUEST_REJECTED", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.ActivityManagerAppTaskWindowingLayerResult enum directly instead of this field.", true)]
public const Android.App.ActivityManagerAppTaskWindowingLayerResult WindowingLayerRequestRejected = 1;
[<Android.Runtime.Register("WINDOWING_LAYER_REQUEST_REJECTED", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.ActivityManagerAppTaskWindowingLayerResult enum directly instead of this field.", true)>]
val mutable WindowingLayerRequestRejected : Android.App.ActivityManagerAppTaskWindowingLayerResult

Значение поля

Value = 1
Атрибуты

Комментарии

Запрос на изменение слоя окна был отклонен.

Это означает, что система находится в состоянии, в котором запрос не может быть выполнен, но сам запрос был допустимым.

Справочник по Android для android.app.ActivityManager.AppTask.WINDOWING_LAYER_REQUEST_REJECTED.

Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".

Применяется к