View.IOnSystemUiVisibilityChangeListener.OnSystemUiVisibilityChange(StatusBarVisibility) Method

Definition

Caution

deprecated

Called when the status bar changes visibility because of a call to SystemUiVisibility.

[Android.Runtime.Register("onSystemUiVisibilityChange", "(I)V", "GetOnSystemUiVisibilityChange_IHandler:Android.Views.View/IOnSystemUiVisibilityChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
[System.Obsolete("deprecated")]
public void OnSystemUiVisibilityChange (Android.Views.StatusBarVisibility visibility);
[<Android.Runtime.Register("onSystemUiVisibilityChange", "(I)V", "GetOnSystemUiVisibilityChange_IHandler:Android.Views.View/IOnSystemUiVisibilityChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
[<System.Obsolete("deprecated")>]
abstract member OnSystemUiVisibilityChange : Android.Views.StatusBarVisibility -> unit

Parameters

visibility
StatusBarVisibility

Bitwise-or of flags SystemUiFlagLowProfile, SystemUiFlagHideNavigation, and SystemUiFlagFullscreen. This tells you the global state of these UI visibility flags, not what your app is currently applying.

Attributes

Remarks

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