Window.ForcedWindowFlags Property

Definition

Return the window flags that have been explicitly set by the client, so will not be modified by #getDecorView.

protected int ForcedWindowFlags { [Android.Runtime.Register("getForcedWindowFlags", "()I", "")] get; }
[<get: Android.Runtime.Register("getForcedWindowFlags", "()I", "")>]
member this.ForcedWindowFlags : int

Property Value

Attributes

Remarks

Return the window flags that have been explicitly set by the client, so will not be modified by #getDecorView.

Java documentation for android.view.Window.getForcedWindowFlags().

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