ContentCaptureSession.NotifyContentInteractionEvent(AutofillId) 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.
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.
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.