言語

IInputMethod.RevokeSession(IInputMethodSession) メソッド

定義

#createSession(android.view.inputmethod.InputMethod.SessionCallback)で以前に作成されたセッションを無効にして破棄します。

[Android.Runtime.Register("revokeSession", "(Landroid/view/inputmethod/InputMethodSession;)V", "GetRevokeSession_Landroid_view_inputmethod_InputMethodSession_Handler:Android.Views.InputMethods.IInputMethodInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void RevokeSession(Android.Views.InputMethods.IInputMethodSession? session);
[<Android.Runtime.Register("revokeSession", "(Landroid/view/inputmethod/InputMethodSession;)V", "GetRevokeSession_Landroid_view_inputmethod_InputMethodSession_Handler:Android.Views.InputMethods.IInputMethodInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member RevokeSession : Android.Views.InputMethods.IInputMethodSession -> unit

パラメーター

session
IInputMethodSession

取り消される SessionCallback.sessionCreated() を通じて以前に提供された InputMethodSession

属性

注釈

#createSession(android.view.inputmethod.InputMethod.SessionCallback)で以前に作成されたセッションを無効にして破棄します。 この呼び出しの後、指定されたセッション インターフェイスはアクティブではなくなり、その呼び出しは失敗します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象