Return the token for the connection back to the application.
Syntax
[get: Android.Runtime.Register("getConnectionToken", "()Landroid/os/IBinder;", "GetGetConnectionTokenHandler")] public Android.OS.IBinderConnectionToken { get; }
Value
Documentation for this section has not yet been entered.
Remarks
Return the token for the connection back to the application. You can
not use this directly, it must be converted to a Android.Views.InputMethods.InputConnection
for you.