共用方式為


ContentCaptureSession.NotifyViewTextChanged 方法

定義

多載

NotifyViewTextChanged(AutofillId, ICharSequence)

通知智慧服務文字節點的值已變更。

NotifyViewTextChanged(AutofillId, String)

通知智慧服務文字節點的值已變更。

NotifyViewTextChanged(AutofillId, ICharSequence)

通知智慧服務文字節點的值已變更。

[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

新文字。

屬性

備註

通知智慧服務文字節點的值已變更。

android.view.contentcapture.ContentCaptureSession.notifyViewTextChanged(android.view.autofill.AutofillId, java.lang.CharSequence)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

NotifyViewTextChanged(AutofillId, String)

通知智慧服務文字節點的值已變更。

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

參數

id
AutofillId

節點的 。

text
String

新文字。

備註

通知智慧服務文字節點的值已變更。

android.view.contentcapture.ContentCaptureSession.notifyViewTextChanged(android.view.autofill.AutofillId, java.lang.CharSequence)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於