InputMethodService.InputMethodSessionImpl 类

定义

具体 AbstractInputMethodService.AbstractInputMethodSessionImpl 实现为输入法会话提供所有标准行为。

[Android.Runtime.Register("android/inputmethodservice/InputMethodService$InputMethodSessionImpl", DoNotGenerateAcw=true)]
public class InputMethodService.InputMethodSessionImpl : Android.InputMethodServices.AbstractInputMethodService.AbstractInputMethodSessionImpl
[<Android.Runtime.Register("android/inputmethodservice/InputMethodService$InputMethodSessionImpl", DoNotGenerateAcw=true)>]
type InputMethodService.InputMethodSessionImpl = class
    inherit AbstractInputMethodService.AbstractInputMethodSessionImpl
继承
InputMethodService.InputMethodSessionImpl
属性

注解

具体 AbstractInputMethodService.AbstractInputMethodSessionImpl 实现为输入法会话提供所有标准行为。

适用于 . 的 android.inputmethodservice.InputMethodService.InputMethodSessionImplJava 文档

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

构造函数

名称 说明
InputMethodService.InputMethodSessionImpl(InputMethodService)

具体 AbstractInputMethodService.AbstractInputMethodSessionImpl 实现为输入法会话提供所有标准行为。

InputMethodService.InputMethodSessionImpl(IntPtr, JniHandleOwnership)

创建 JNI 对象的托管表示形式时使用的构造函数;由运行时调用。

属性

名称 说明
Class

返回此 Object的运行时类。

(继承自 Object)
Enabled

检查是否已由系统启用此会话。 - 或 - 更改会话的启用状态。

(继承自 AbstractInputMethodService.AbstractInputMethodSessionImpl)
Handle

基础 Android 实例的句柄。

(继承自 Object)
IsRevoked

检查是否已由系统吊销此会话。

(继承自 AbstractInputMethodService.AbstractInputMethodSessionImpl)
JniIdentityHashCode

具体 AbstractInputMethodService.AbstractInputMethodSessionImpl 实现为输入法会话提供所有标准行为。

(继承自 Object)
JniPeerMembers

具体 AbstractInputMethodService.AbstractInputMethodSessionImpl 实现为输入法会话提供所有标准行为。

PeerReference

具体 AbstractInputMethodService.AbstractInputMethodSessionImpl 实现为输入法会话提供所有标准行为。

(继承自 Object)
ThresholdClass

此 API 支持 Mono for Android 基础结构,不打算直接从代码使用。

ThresholdType

此 API 支持 Mono for Android 基础结构,不打算直接从代码使用。

方法

名称 说明
AppPrivateCommand(String, Bundle)

调用 InputMethodService#onAppPrivateCommand InputMethodService.onAppPrivateCommand()

Clone()

创建并返回此对象的副本。

(继承自 Object)
DispatchGenericMotionEvent(Int32, MotionEvent, IInputMethodSessionEventCallback)

负责将传入的泛型运动事件调度到服务上的相应回调,并在完成此操作时告诉客户端。

(继承自 AbstractInputMethodService.AbstractInputMethodSessionImpl)
DispatchKeyEvent(Int32, KeyEvent, IInputMethodSessionEventCallback)

负责将传入密钥事件调度到服务上的相应回调,并在完成此操作时告知客户端。

(继承自 AbstractInputMethodService.AbstractInputMethodSessionImpl)
DispatchTrackballEvent(Int32, MotionEvent, IInputMethodSessionEventCallback)

负责将传入的跟踪球事件调度到服务上的相应回调,并在完成此操作时告知客户端。

(继承自 AbstractInputMethodService.AbstractInputMethodSessionImpl)
DisplayCompletions(CompletionInfo[])

调用 InputMethodService#onDisplayCompletions InputMethodService.onDisplayCompletions()

Dispose()

具体 AbstractInputMethodService.AbstractInputMethodSessionImpl 实现为输入法会话提供所有标准行为。

(继承自 Object)
Dispose(Boolean)

具体 AbstractInputMethodService.AbstractInputMethodSessionImpl 实现为输入法会话提供所有标准行为。

(继承自 Object)
Equals(Object)

指示其他对象是否“等于”此对象。

(继承自 Object)
FinishInput()
GetHashCode()

返回对象的哈希代码值。

(继承自 Object)
JavaFinalize()

当垃圾回收确定不再引用该对象时,由对象上的垃圾回收器调用。

(继承自 Object)
Notify()

唤醒正在等待此对象的监视器的单个线程。

(继承自 Object)
NotifyAll()

唤醒正在等待此对象的监视器的所有线程。

(继承自 Object)
OnShouldVerifyKeyEvent(KeyEvent)

具体 AbstractInputMethodService.AbstractInputMethodSessionImpl 实现为输入法会话提供所有标准行为。

(继承自 AbstractInputMethodService.AbstractInputMethodSessionImpl)
RevokeSelf()

从客户端撤消会话。

(继承自 AbstractInputMethodService.AbstractInputMethodSessionImpl)
SetHandle(IntPtr, JniHandleOwnership)

设置 Handle 属性。

(继承自 Object)
ToArray<T>()

具体 AbstractInputMethodService.AbstractInputMethodSessionImpl 实现为输入法会话提供所有标准行为。

(继承自 Object)
ToggleSoftInput(ShowFlags, HideSoftInputFlags)

处理用于切换 IME 可见性的请求。

ToString()

返回对象的字符串表示形式。

(继承自 Object)
UnregisterFromRuntime()

具体 AbstractInputMethodService.AbstractInputMethodSessionImpl 实现为输入法会话提供所有标准行为。

(继承自 Object)
UpdateCursor(Rect)

调用 InputMethodService#onUpdateCursor InputMethodService.onUpdateCursor()

UpdateCursorAnchorInfo(CursorAnchorInfo)

调用 InputMethodService#onUpdateCursorAnchorInfo InputMethodService.onUpdateCursorAnchorInfo()

UpdateExtractedText(Int32, ExtractedText)

调用 InputMethodService#onUpdateExtractedText InputMethodService.onUpdateExtractedText()

UpdateSelection(Int32, Int32, Int32, Int32, Int32, Int32)

调用 InputMethodService#onUpdateSelection InputMethodService.onUpdateSelection()

ViewClicked(Boolean)
Wait()

使当前线程等待,直到唤醒它,通常是通过 em 通知/em< 或 >em<interrupted>/em<。><>

(继承自 Object)
Wait(Int64, Int32)

使当前线程等待直到唤醒,通常是通过 <em>通知</em> 或 <em interrupted>/em<>,或直到经过一定数量的实时。

(继承自 Object)
Wait(Int64)

使当前线程等待直到唤醒,通常是通过 <em>通知</em> 或 <em interrupted>/em<>,或直到经过一定数量的实时。

(继承自 Object)

显式接口实现

名称 说明
IJavaPeerable.Disposed()

具体 AbstractInputMethodService.AbstractInputMethodSessionImpl 实现为输入法会话提供所有标准行为。

(继承自 Object)
IJavaPeerable.DisposeUnlessReferenced()

具体 AbstractInputMethodService.AbstractInputMethodSessionImpl 实现为输入法会话提供所有标准行为。

(继承自 Object)
IJavaPeerable.Finalized()

具体 AbstractInputMethodService.AbstractInputMethodSessionImpl 实现为输入法会话提供所有标准行为。

(继承自 Object)
IJavaPeerable.JniManagedPeerState

具体 AbstractInputMethodService.AbstractInputMethodSessionImpl 实现为输入法会话提供所有标准行为。

(继承自 Object)
IJavaPeerable.SetJniIdentityHashCode(Int32)

具体 AbstractInputMethodService.AbstractInputMethodSessionImpl 实现为输入法会话提供所有标准行为。

(继承自 Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)

具体 AbstractInputMethodService.AbstractInputMethodSessionImpl 实现为输入法会话提供所有标准行为。

(继承自 Object)
IJavaPeerable.SetPeerReference(JniObjectReference)

具体 AbstractInputMethodService.AbstractInputMethodSessionImpl 实现为输入法会话提供所有标准行为。

(继承自 Object)

扩展方法

名称 说明
GetJniTypeName(IJavaPeerable)

获取实例 self类型的 JNI 名称。

JavaAs<TResult>(IJavaPeerable)

尝试强制self键入TResult,检查强制是否在Java端有效。

JavaCast<TResult>(IJavaObject)

执行 Android 运行时检查的类型转换。

JavaCast<TResult>(IJavaObject)

具体 AbstractInputMethodService.AbstractInputMethodSessionImpl 实现为输入法会话提供所有标准行为。

TryJavaCast<TResult>(IJavaPeerable, TResult)

尝试强制self键入TResult,检查强制是否在Java端有效。

适用于