WindowManagerLayoutParams.SystemUiVisibility Property

Definition

Caution

This property has an incorrect enumeration type. Use the SystemUiFlags property instead.

Control the visibility of the status bar.

[Android.Runtime.Register("systemUiVisibility")]
[System.Obsolete("This property has an incorrect enumeration type. Use the SystemUiFlags property instead.")]
public Android.Views.StatusBarVisibility SystemUiVisibility { get; set; }
[<Android.Runtime.Register("systemUiVisibility")>]
[<System.Obsolete("This property has an incorrect enumeration type. Use the SystemUiFlags property instead.")>]
member this.SystemUiVisibility : Android.Views.StatusBarVisibility with get, set

Property Value

Attributes

Remarks

Control the visibility of the status bar.

This member is deprecated. SystemUiVisibility flags are deprecated. Use WindowInsetsController instead.

Java documentation for android.view.WindowManager.LayoutParams.systemUiVisibility.

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