Android.Views.View.SystemUiFlagImmersive Field
Flag for View.SystemUiVisibility: View would like to remain interactive when hiding the navigation bar with View.SystemUiFlagHideNavigation.

Value: 2048

Syntax

[Android.Runtime.Register("SYSTEM_UI_FLAG_IMMERSIVE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.SystemUiFlags enum directly instead of this field.")]
public const SystemUiFlags SystemUiFlagImmersive

Remarks

Flag for View.SystemUiVisibility: View would like to remain interactive when hiding the navigation bar with View.SystemUiFlagHideNavigation. If this flag is not set, View.SystemUiFlagHideNavigation will be force cleared by the system on any user interaction.

Since this flag is a modifier for View.SystemUiFlagHideNavigation, it only has an effect when used in combination with that flag.

[Android Documentation]

Requirements

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