WindowInsets.Type.NavigationBars Method

Definition

An insets type representing any system bars for navigation. Value is either 0 or a combination of the following:

[Android.Runtime.Register("navigationBars", "()I", "", ApiSince=30)]
public static int NavigationBars();
[<Android.Runtime.Register("navigationBars", "()I", "", ApiSince=30)>]
static member NavigationBars : unit -> int

Returns

An insets type representing any system bars for navigation.

Attributes

Remarks

Java documentation for android.view.WindowInsets.Type.navigationBars().

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