Freigeben über


ContentCaptureSession.NotifyViewTextChanged Method

Definition

Overloads

NotifyViewTextChanged(AutofillId, ICharSequence)

Notifies the Intelligence Service that the value of a text node has been changed.

NotifyViewTextChanged(AutofillId, String)

Notifies the Intelligence Service that the value of a text node has been changed.

NotifyViewTextChanged(AutofillId, ICharSequence)

Notifies the Intelligence Service that the value of a text node has been changed.

[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

Parameters

id
AutofillId

of the node.

text
ICharSequence

new text.

Attributes

Remarks

Notifies the Intelligence Service that the value of a text node has been changed.

Java documentation for android.view.contentcapture.ContentCaptureSession.notifyViewTextChanged(android.view.autofill.AutofillId, java.lang.CharSequence).

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

NotifyViewTextChanged(AutofillId, String)

Notifies the Intelligence Service that the value of a text node has been changed.

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

Parameters

id
AutofillId

of the node.

text
String

new text.

Remarks

Notifies the Intelligence Service that the value of a text node has been changed.

Java documentation for android.view.contentcapture.ContentCaptureSession.notifyViewTextChanged(android.view.autofill.AutofillId, java.lang.CharSequence).

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