- flags
- The new window flags (see WindowManager.LayoutParams).
- mask
- Which of the window flag bits to modify.
Set the flags of the window, as per the Android.Views.WindowManagerLayoutParams flags.
Note that some flags must be set before the window decoration is created (by the first call to Window.SetContentView(View, .LayoutParams) or Window.DecorView: WindowManagerLayoutParams.FLAG_LAYOUT_IN_SCREEN and WindowManagerLayoutParams.FLAG_LAYOUT_INSET_DECOR. These will be set for you based on the NoType:android/R$attr;Href=../../../reference/android/R.attr.html#windowIsFloating attribute.