ContentCaptureSession.NotifyViewInsetsChanged(Insets) Method

Definition

Notifies the Intelligence Service that the insets of a view have changed.

[Android.Runtime.Register("notifyViewInsetsChanged", "(Landroid/graphics/Insets;)V", "", ApiSince=30)]
public void NotifyViewInsetsChanged (Android.Graphics.Insets viewInsets);
[<Android.Runtime.Register("notifyViewInsetsChanged", "(Landroid/graphics/Insets;)V", "", ApiSince=30)>]
member this.NotifyViewInsetsChanged : Android.Graphics.Insets -> unit

Parameters

viewInsets
Insets
Attributes

Remarks

Notifies the Intelligence Service that the insets of a view have changed.

Java documentation for android.view.contentcapture.ContentCaptureSession.notifyViewInsetsChanged(android.graphics.Insets).

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