Android.Views.View.OnWindowSystemUiVisibilityChanged Method
Override to find out when the window's requested system UI visibility has changed, that is the value returned by View.WindowSystemUiVisibility.

Syntax

[Android.Runtime.Register("onWindowSystemUiVisibilityChanged", "(I)V", "GetOnWindowSystemUiVisibilityChanged_IHandler")]
public virtual void OnWindowSystemUiVisibilityChanged ([Android.Runtime.GeneratedEnum] SystemUiFlags visible)

Parameters

visible
Documentation for this section has not yet been entered.

Remarks

Override to find out when the window's requested system UI visibility has changed, that is the value returned by View.WindowSystemUiVisibility. This is different from the callbacks received through View.SetOnSystemUiVisibilityChangeListener(.IOnSystemUiVisibilityChangeListener) in that this is only telling you about the local request of the window, not the actual values applied by the system.

[Android Documentation]

Requirements

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