InputMethodService.OnStartCandidatesView(EditorInfo, Boolean) Method

Definition

Called when only the candidates view has been shown for showing processing as the user enters text through a hard keyboard.

[Android.Runtime.Register("onStartCandidatesView", "(Landroid/view/inputmethod/EditorInfo;Z)V", "GetOnStartCandidatesView_Landroid_view_inputmethod_EditorInfo_ZHandler")]
public virtual void OnStartCandidatesView (Android.Views.InputMethods.EditorInfo? info, bool restarting);
[<Android.Runtime.Register("onStartCandidatesView", "(Landroid/view/inputmethod/EditorInfo;Z)V", "GetOnStartCandidatesView_Landroid_view_inputmethod_EditorInfo_ZHandler")>]
abstract member OnStartCandidatesView : Android.Views.InputMethods.EditorInfo * bool -> unit
override this.OnStartCandidatesView : Android.Views.InputMethods.EditorInfo * bool -> unit

Parameters

info
EditorInfo

Description of the type of text being edited.

restarting
Boolean

Set to true if we are restarting input on the same text field as before.

Attributes

Remarks

Java documentation for android.inputmethodservice.InputMethodService.onStartCandidatesView(android.view.inputmethod.EditorInfo, boolean).

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.

Applies to