다음을 통해 공유


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에 알립니다.

에 대한 android.view.contentcapture.ContentCaptureSession.notifyViewTextChanged(android.view.autofill.AutofillId, java.lang.CharSequence)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 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에 알립니다.

에 대한 android.view.contentcapture.ContentCaptureSession.notifyViewTextChanged(android.view.autofill.AutofillId, java.lang.CharSequence)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상