AbstractInputMethodService.AbstractInputMethodSessionImpl.FinishInput Method

Definition

This method is called when the application would like to stop receiving text input.

[Android.Runtime.Register("finishInput", "()V", "GetFinishInputHandler")]
public abstract void FinishInput ();
[<Android.Runtime.Register("finishInput", "()V", "GetFinishInputHandler")>]
abstract member FinishInput : unit -> unit

Implements

Attributes

Remarks

This method is called when the application would like to stop receiving text input.

Java documentation for android.view.inputmethod.InputMethodSession.finishInput().

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