IInputMethod.CreateSession(IInputMethodSessionCallback) 方法

定义

创建一个新 InputMethodSession 应用程序,以便与输入法交互。

[Android.Runtime.Register("createSession", "(Landroid/view/inputmethod/InputMethod$SessionCallback;)V", "GetCreateSession_Landroid_view_inputmethod_InputMethod_SessionCallback_Handler:Android.Views.InputMethods.IInputMethodInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void CreateSession (Android.Views.InputMethods.IInputMethodSessionCallback? callback);
[<Android.Runtime.Register("createSession", "(Landroid/view/inputmethod/InputMethod$SessionCallback;)V", "GetCreateSession_Landroid_view_inputmethod_InputMethod_SessionCallback_Handler:Android.Views.InputMethods.IInputMethodInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member CreateSession : Android.Views.InputMethods.IInputMethodSessionCallback -> unit

参数

callback
IInputMethodSessionCallback

使用新创建的会话调用的接口。

属性

注解

适用于 . 的 android.view.inputmethod.InputMethod.createSession(android.view.inputmethod.SessionCallback)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于