Android.Views.Window.SetUiOptions Method
Set extra options that will influence the UI for this window.

Syntax

[Android.Runtime.Register("setUiOptions", "(II)V", "GetSetUiOptions_IIHandler")]
public virtual void SetUiOptions ([Android.Runtime.GeneratedEnum] Android.Content.PM.UiOptions uiOptions, [Android.Runtime.GeneratedEnum] Android.Content.PM.UiOptions mask)

Parameters

uiOptions
Flags specifying extra options for this window.
mask
Flags specifying which options should be modified. Others will remain unchanged.

Remarks

Set extra options that will influence the UI for this window. Only the bits filtered by mask will be modified.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14