FillResponse.FlagDelayFill Field
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.
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 = 4Implements
- 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.