WindowManagerLayoutParams.LastApplicationWindow Field

Definition

End of types of application windows.

[Android.Runtime.Register("LAST_APPLICATION_WINDOW")]
public const int LastApplicationWindow = 99;
[<Android.Runtime.Register("LAST_APPLICATION_WINDOW")>]
val mutable LastApplicationWindow : int

Field Value

Value = 99

Implements

Attributes

Remarks

End of types of application windows.

Java documentation for android.view.WindowManager.LayoutParams.LAST_APPLICATION_WINDOW.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to