언어

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.app.ActivityManager.AppTask.WINDOWING_LAYER_REQUEST_REJECTEDAndroid 참조

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

적용 대상