InputMethodService.OnCreateInlineSuggestionsRequest(Bundle) Method
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.
Called when Autofill is requesting an InlineSuggestionsRequest from the IME.
[Android.Runtime.Register("onCreateInlineSuggestionsRequest", "(Landroid/os/Bundle;)Landroid/view/inputmethod/InlineSuggestionsRequest;", "GetOnCreateInlineSuggestionsRequest_Landroid_os_Bundle_Handler", ApiSince=30)]
public virtual Android.Views.InputMethods.InlineSuggestionsRequest? OnCreateInlineSuggestionsRequest (Android.OS.Bundle uiExtras);
[<Android.Runtime.Register("onCreateInlineSuggestionsRequest", "(Landroid/os/Bundle;)Landroid/view/inputmethod/InlineSuggestionsRequest;", "GetOnCreateInlineSuggestionsRequest_Landroid_os_Bundle_Handler", ApiSince=30)>]
abstract member OnCreateInlineSuggestionsRequest : Android.OS.Bundle -> Android.Views.InputMethods.InlineSuggestionsRequest
override this.OnCreateInlineSuggestionsRequest : Android.OS.Bundle -> Android.Views.InputMethods.InlineSuggestionsRequest
Parameters
- uiExtras
- Bundle
the extras that contain the UI renderer related information
Returns
an InlineSuggestionsRequest to be sent to Autofill.
- Attributes
Remarks
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.