View.DispatchSystemUiVisibilityChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DispatchSystemUiVisibilityChanged(SystemUiFlags) |
Dispatch callbacks to |
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.