View.DispatchSystemUiVisibilityChanged Method

Definition

Overloads

DispatchSystemUiVisibilityChanged(SystemUiFlags)

Dispatch callbacks to #setOnSystemUiVisibilityChangeListener down the view hierarchy.

DispatchSystemUiVisibilityChanged(Int32)
Obsolete.

DispatchSystemUiVisibilityChanged(SystemUiFlags)

Dispatch callbacks to #setOnSystemUiVisibilityChangeListener down the view hierarchy.

[Android.Runtime.Register("dispatchSystemUiVisibilityChanged", "(I)V", "GetDispatchSystemUiVisibilityChanged_IHandler")]
public virtual void DispatchSystemUiVisibilityChanged (Android.Views.SystemUiFlags visibility);
[<Android.Runtime.Register("dispatchSystemUiVisibilityChanged", "(I)V", "GetDispatchSystemUiVisibilityChanged_IHandler")>]
abstract member DispatchSystemUiVisibilityChanged : Android.Views.SystemUiFlags -> unit
override this.DispatchSystemUiVisibilityChanged : Android.Views.SystemUiFlags -> unit

Parameters

visibility
SystemUiFlags
Attributes

Remarks

Dispatch callbacks to #setOnSystemUiVisibilityChangeListener down the view hierarchy.

This member is deprecated. Use WindowInsets#isVisible(int) to find out about system bar visibilities by setting a OnApplyWindowInsetsListener on this view.

Java documentation for android.view.View.dispatchSystemUiVisibilityChanged(int).

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

DispatchSystemUiVisibilityChanged(Int32)

Caution

Please Use DispatchSystemUiVisibilityChanged(SystemUiFlags)

[System.Obsolete("Please Use DispatchSystemUiVisibilityChanged(SystemUiFlags)")]
public void DispatchSystemUiVisibilityChanged (int visibility);
[<System.Obsolete("Please Use DispatchSystemUiVisibilityChanged(SystemUiFlags)")>]
member this.DispatchSystemUiVisibilityChanged : int -> unit

Parameters

visibility
Int32
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