Android.Views.View.IOnSystemUiVisibilityChangeListener.OnSystemUiVisibilityChange Method
Called when the status bar changes visibility because of a call to View.SystemUiVisibility.

Syntax

[Android.Runtime.Register("onSystemUiVisibilityChange", "(I)V", "GetOnSystemUiVisibilityChange_IHandler:Android.Views.View/IOnSystemUiVisibilityChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnSystemUiVisibilityChange ([Android.Runtime.GeneratedEnum] StatusBarVisibility visibility)

Parameters

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

Remarks

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

[Android Documentation]

Requirements

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