FillRequest.DelayedFillIntentSender Property
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.
Gets the IntentSender
to send a delayed fill response.
public Android.Content.IntentSender? DelayedFillIntentSender { [Android.Runtime.Register("getDelayedFillIntentSender", "()Landroid/content/IntentSender;", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getDelayedFillIntentSender", "()Landroid/content/IntentSender;", "", ApiSince=33)>]
member this.DelayedFillIntentSender : Android.Content.IntentSender
Property Value
- Attributes
Remarks
Gets the IntentSender
to send a delayed fill response.
The autofill service must first indicate that it wants to return a delayed FillResponse
by setting FillResponse#FLAG_DELAY_FILL
in a successful fill response. Then it can use this IntentSender to send an Intent with extra AutofillService#EXTRA_FILL_RESPONSE
with the delayed response.
Note that this may be null if a delayed fill response is not supported for this fill request.
Java documentation for android.service.autofill.FillRequest.getDelayedFillIntentSender()
.
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.