InputMethodService.OnInlineSuggestionsResponse 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 responds back with InlineSuggestionsResponse
containing
inline suggestions.
[Android.Runtime.Register("onInlineSuggestionsResponse", "(Landroid/view/inputmethod/InlineSuggestionsResponse;)Z", "GetOnInlineSuggestionsResponse_Landroid_view_inputmethod_InlineSuggestionsResponse_Handler", ApiSince=30)]
public virtual bool OnInlineSuggestionsResponse (Android.Views.InputMethods.InlineSuggestionsResponse response);
[<Android.Runtime.Register("onInlineSuggestionsResponse", "(Landroid/view/inputmethod/InlineSuggestionsResponse;)Z", "GetOnInlineSuggestionsResponse_Landroid_view_inputmethod_InlineSuggestionsResponse_Handler", ApiSince=30)>]
abstract member OnInlineSuggestionsResponse : Android.Views.InputMethods.InlineSuggestionsResponse -> bool
override this.OnInlineSuggestionsResponse : Android.Views.InputMethods.InlineSuggestionsResponse -> bool
Parameters
- response
- InlineSuggestionsResponse
InlineSuggestionsResponse
passed back by Autofill.
Returns
Whether the IME will use and render the inline suggestions.
- Attributes
Remarks
Called when Autofill responds back with InlineSuggestionsResponse
containing inline suggestions.
Should be implemented by subclasses.
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.