次の方法で共有


ContentCaptureSession.NotifyViewInsetsChanged(Insets) メソッド

定義

ビューのインセットが変更されたことを Intelligence Service に通知します。

[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

パラメーター

viewInsets
Insets
属性

注釈

ビューのインセットが変更されたことを Intelligence Service に通知します。

の Java ドキュメントandroid.view.contentcapture.ContentCaptureSession.notifyViewInsetsChanged(android.graphics.Insets)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象