WindowInsets.Builder.SetSystemWindowInsets(Insets) Method

Definition

Caution

deprecated

[Android.Runtime.Register("setSystemWindowInsets", "(Landroid/graphics/Insets;)Landroid/view/WindowInsets$Builder;", "", ApiSince=29)]
[System.Obsolete("deprecated")]
public Android.Views.WindowInsets.Builder SetSystemWindowInsets (Android.Graphics.Insets systemWindowInsets);
[<Android.Runtime.Register("setSystemWindowInsets", "(Landroid/graphics/Insets;)Landroid/view/WindowInsets$Builder;", "", ApiSince=29)>]
[<System.Obsolete("deprecated")>]
member this.SetSystemWindowInsets : Android.Graphics.Insets -> Android.Views.WindowInsets.Builder

Parameters

systemWindowInsets
Insets

Returns

WindowInsets.Builder
Attributes

Applies to