WindowInsets.Builder.SetPrivacyIndicatorBounds(Rect) Method

Definition

Sets the bounds of the system privacy indicator.

[Android.Runtime.Register("setPrivacyIndicatorBounds", "(Landroid/graphics/Rect;)Landroid/view/WindowInsets$Builder;", "", ApiSince=31)]
public Android.Views.WindowInsets.Builder SetPrivacyIndicatorBounds(Android.Graphics.Rect? bounds);
[<Android.Runtime.Register("setPrivacyIndicatorBounds", "(Landroid/graphics/Rect;)Landroid/view/WindowInsets$Builder;", "", ApiSince=31)>]
member this.SetPrivacyIndicatorBounds : Android.Graphics.Rect -> Android.Views.WindowInsets.Builder

Parameters

bounds
Rect

The Android.Graphics.Rect value used for bounds.

Returns

The result of the set privacy indicator bounds operation.

Attributes

Remarks

For details, see the Android reference documentation for android.view.WindowInsets.Builder.setPrivacyIndicatorBounds.

Java documentation for android.view.WindowInsets.Builder.setPrivacyIndicatorBounds.

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