IWindowInsetsController.Hide(Int32) Method

Definition

Makes a set of windows causing insets disappear.

[Android.Runtime.Register("hide", "(I)V", "GetHide_IHandler:Android.Views.IWindowInsetsControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)]
public void Hide (int types);
[<Android.Runtime.Register("hide", "(I)V", "GetHide_IHandler:Android.Views.IWindowInsetsControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]
abstract member Hide : int -> unit

Parameters

types
Int32

A bitmask of WindowInsets.Type specifying what windows the app would like to make disappear.

Attributes

Remarks

Java documentation for android.view.WindowInsetsController.hide(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