Window.AddFlags(WindowManagerFlags) Method

Definition

Convenience function to set the flag bits as specified in flags, as per #setFlags.

[Android.Runtime.Register("addFlags", "(I)V", "GetAddFlags_IHandler")]
public virtual void AddFlags (Android.Views.WindowManagerFlags flags);
[<Android.Runtime.Register("addFlags", "(I)V", "GetAddFlags_IHandler")>]
abstract member AddFlags : Android.Views.WindowManagerFlags -> unit
override this.AddFlags : Android.Views.WindowManagerFlags -> unit

Parameters

flags
WindowManagerFlags

The flag bits to be set.

Attributes

Remarks

Convenience function to set the flag bits as specified in flags, as per #setFlags.

Java documentation for android.view.Window.addFlags(int).

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

See also