AbstractInputMethodService.AbstractInputMethodImpl.RevokeSession Método

Definición

Para eliminar una sesión existente, llame a su AbstractInputMethodSessionImpl#revokeSelf() AbstractInputMethodSessionImpl.revokeSelf() método .

[Android.Runtime.Register("revokeSession", "(Landroid/view/inputmethod/InputMethodSession;)V", "GetRevokeSession_Landroid_view_inputmethod_InputMethodSession_Handler")]
public virtual void RevokeSession(Android.Views.InputMethods.IInputMethodSession session);
[<Android.Runtime.Register("revokeSession", "(Landroid/view/inputmethod/InputMethodSession;)V", "GetRevokeSession_Landroid_view_inputmethod_InputMethodSession_Handler")>]
abstract member RevokeSession : Android.Views.InputMethods.IInputMethodSession -> unit
override this.RevokeSession : Android.Views.InputMethods.IInputMethodSession -> unit

Parámetros

session
IInputMethodSession

El IInputMethodSession elemento proporcionado anteriormente a través de SessionCallback.sessionCreated() que se va a revocar.

Implementaciones

Atributos

Comentarios

Para eliminar una sesión existente, llame a su AbstractInputMethodSessionImpl#revokeSelf() AbstractInputMethodSessionImpl.revokeSelf() método .

Java documentación para android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImpl.revokeSession(android.view.inputmethod.InputMethodSession).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a