IInputMethod.AttachToken(IBinder) Method

Definition

Called first thing after an input method is created, this supplies a unique token for the session it has with the system service.

[Android.Runtime.Register("attachToken", "(Landroid/os/IBinder;)V", "GetAttachToken_Landroid_os_IBinder_Handler:Android.Views.InputMethods.IInputMethodInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void AttachToken (Android.OS.IBinder? token);
[<Android.Runtime.Register("attachToken", "(Landroid/os/IBinder;)V", "GetAttachToken_Landroid_os_IBinder_Handler:Android.Views.InputMethods.IInputMethodInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member AttachToken : Android.OS.IBinder -> unit

Parameters

token
IBinder
Attributes

Remarks

Java documentation for android.view.inputmethod.InputMethod.attachToken(android.os.IBinder).

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