AutofillManager.ExtraInlineSuggestionsRequest 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.
Intent extra: the android.view.inputmethod.InlineSuggestionsRequest
in the
autofill request.
[Android.Runtime.Register("EXTRA_INLINE_SUGGESTIONS_REQUEST", ApiSince=31)]
public const string ExtraInlineSuggestionsRequest;
[<Android.Runtime.Register("EXTRA_INLINE_SUGGESTIONS_REQUEST", ApiSince=31)>]
val mutable ExtraInlineSuggestionsRequest : string
Field Value
- Attributes
Remarks
Intent extra: the android.view.inputmethod.InlineSuggestionsRequest
in the autofill request.
This is filled in the authentication intent so the android.service.autofill.AutofillService
can use it to create the inline suggestion android.service.autofill.Dataset
in the response, if the original autofill request contains the android.view.inputmethod.InlineSuggestionsRequest
.
Java documentation for android.view.autofill.AutofillManager.EXTRA_INLINE_SUGGESTIONS_REQUEST
.
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.