AbstractInputMethodService.OnCreateInputMethodSessionInterface Method

Definition

Called by the framework when a new InputMethodSession interface is needed for a new client of the input method.

[Android.Runtime.Register("onCreateInputMethodSessionInterface", "()Landroid/inputmethodservice/AbstractInputMethodService$AbstractInputMethodSessionImpl;", "GetOnCreateInputMethodSessionInterfaceHandler")]
public abstract Android.InputMethodServices.AbstractInputMethodService.AbstractInputMethodSessionImpl? OnCreateInputMethodSessionInterface ();
[<Android.Runtime.Register("onCreateInputMethodSessionInterface", "()Landroid/inputmethodservice/AbstractInputMethodService$AbstractInputMethodSessionImpl;", "GetOnCreateInputMethodSessionInterfaceHandler")>]
abstract member OnCreateInputMethodSessionInterface : unit -> Android.InputMethodServices.AbstractInputMethodService.AbstractInputMethodSessionImpl

Returns

Attributes

Remarks

Java documentation for android.inputmethodservice.AbstractInputMethodService.onCreateInputMethodSessionInterface().

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