FillResponse.FlagDelayFill Field

Definition

Caution

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

Flag used to request to wait for a delayed fill from the remote Autofill service if it's passed to Builder#setFlags(int).

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

Field Value

Value = 4

Implements

Attributes

Remarks

Flag used to request to wait for a delayed fill from the remote Autofill service if it's passed to Builder#setFlags(int).

Some datasets (i.e. OTP) take time to produce. This flags allows remote service to send a FillResponse to the latest FillRequest via FillRequest#getDelayedFillIntentSender() even if the original FillCallback has timed out.

Java documentation for android.service.autofill.FillResponse.FLAG_DELAY_FILL.

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