ContentCaptureSession.NotifyViewTextChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.
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.