FillEventHistory.Event.TypeViewRequestedAutofill Field

Definition

Caution

This constant will be removed in the future version. Use Android.Service.Autofill.EventType enum directly instead of this field.

The app/user requested for a field to be Autofilled.

[Android.Runtime.Register("TYPE_VIEW_REQUESTED_AUTOFILL", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Service.Autofill.EventType enum directly instead of this field.", true)]
public const Android.Service.Autofill.EventType TypeViewRequestedAutofill = 6;
[<Android.Runtime.Register("TYPE_VIEW_REQUESTED_AUTOFILL", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Service.Autofill.EventType enum directly instead of this field.", true)>]
val mutable TypeViewRequestedAutofill : Android.Service.Autofill.EventType

Field Value

Value = 6
Attributes

Remarks

The app/user requested for a field to be Autofilled.

This event is fired when the view has been entered (by user or app) in order to differentiate from FillRequests that have been pretriggered for FillDialogs.

For example, the user might navigate away from a screen without tapping any fields. In this case, a FillRequest/FillResponse has been generated, but was not used for Autofilling. The user did not intend to see an Autofill result, but a FillRequest was still generated. This is different from when the user did tap on a field after the pretriggered FillRequest, this event will appear in the FillEventHistory, signaling that the user did intend to Autofill something.

Java documentation for android.service.autofill.FillEventHistory.Event.TYPE_VIEW_REQUESTED_AUTOFILL.

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