Langue

ContentCaptureSession.NotifyContentInteractionEvent(AutofillId) Method

Definition

Notifies the Intelligence Service that a view has been interacted.

[Android.Runtime.Register("notifyContentInteractionEvent", "(Landroid/view/autofill/AutofillId;)V", "GetNotifyContentInteractionEvent_Landroid_view_autofill_AutofillId_Handler", ApiSince=37)]
public virtual void NotifyContentInteractionEvent(Android.Views.Autofill.AutofillId autofillId);
[<Android.Runtime.Register("notifyContentInteractionEvent", "(Landroid/view/autofill/AutofillId;)V", "GetNotifyContentInteractionEvent_Landroid_view_autofill_AutofillId_Handler", ApiSince=37)>]
abstract member NotifyContentInteractionEvent : Android.Views.Autofill.AutofillId -> unit
override this.NotifyContentInteractionEvent : Android.Views.Autofill.AutofillId -> unit

Parameters

autofillId
AutofillId

id of the node.

Attributes

Remarks

Notifies the Intelligence Service that a view has been interacted.

The view must have appeared before sending the interaction event.

Android reference for android.view.contentcapture.ContentCaptureSession.notifyContentInteractionEvent.

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