Lingua

ActivityManager.AppTask.WindowingLayerUndefined Campo

Definizione

Attenzione

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

Il livello di finestra non è specificato.

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

Valore del campo

Value = 0
Attributi

Commenti

Il livello di finestra non è specificato. Il sistema userà un livello WINDOWING_LAYER_NORMAL_APP.

Informazioni di riferimento su Android per android.app.ActivityManager.AppTask.WINDOWING_LAYER_UNDEFINED.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a