Sprache

ActivityManager.AppTask.WindowingLayerUndefined Feld

Definition

Achtung

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

Die Fensterschicht ist nicht angegeben.

[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

Feldwert

Value = 0
Attribute

Hinweise

Die Fensterschicht ist nicht angegeben. Das System verwendet eine WINDOWING_LAYER_NORMAL_APP Ebene.

Android-Referenz für android.app.ActivityManager.AppTask.WINDOWING_LAYER_UNDEFINED.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: