次の方法で共有


ContentCaptureSession.NotifyViewTextChanged メソッド

定義

オーバーロード

NotifyViewTextChanged(AutofillId, ICharSequence)

テキスト ノードの値が変更されたことを Intelligence Service に通知します。

NotifyViewTextChanged(AutofillId, String)

テキスト ノードの値が変更されたことを Intelligence Service に通知します。

NotifyViewTextChanged(AutofillId, ICharSequence)

テキスト ノードの値が変更されたことを Intelligence Service に通知します。

[Android.Runtime.Register("notifyViewTextChanged", "(Landroid/view/autofill/AutofillId;Ljava/lang/CharSequence;)V", "", ApiSince=29)]
public void NotifyViewTextChanged (Android.Views.Autofill.AutofillId id, Java.Lang.ICharSequence? text);
[<Android.Runtime.Register("notifyViewTextChanged", "(Landroid/view/autofill/AutofillId;Ljava/lang/CharSequence;)V", "", ApiSince=29)>]
member this.NotifyViewTextChanged : Android.Views.Autofill.AutofillId * Java.Lang.ICharSequence -> unit

パラメーター

id
AutofillId

ノードの を選択します。

text
ICharSequence

新しいテキスト。

属性

注釈

テキスト ノードの値が変更されたことを Intelligence Service に通知します。

の Java ドキュメントandroid.view.contentcapture.ContentCaptureSession.notifyViewTextChanged(android.view.autofill.AutofillId, java.lang.CharSequence)

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

適用対象

NotifyViewTextChanged(AutofillId, String)

テキスト ノードの値が変更されたことを Intelligence Service に通知します。

public void NotifyViewTextChanged (Android.Views.Autofill.AutofillId id, string? text);
member this.NotifyViewTextChanged : Android.Views.Autofill.AutofillId * string -> unit

パラメーター

id
AutofillId

ノードの を選択します。

text
String

新しいテキスト。

注釈

テキスト ノードの値が変更されたことを Intelligence Service に通知します。

の Java ドキュメントandroid.view.contentcapture.ContentCaptureSession.notifyViewTextChanged(android.view.autofill.AutofillId, java.lang.CharSequence)

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

適用対象