Android.InputMethodServices.InputMethodService.CurrentInputConnection Property
Retrieve the currently active InputConnection that is bound to the input method, or null if there is none.

Syntax

[get: Android.Runtime.Register("getCurrentInputConnection", "()Landroid/view/inputmethod/InputConnection;", "GetGetCurrentInputConnectionHandler")]
public virtual Android.Views.InputMethods.IInputConnection CurrentInputConnection { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Retrieve the currently active InputConnection that is bound to the input method, or null if there is none.

[Android Documentation]

Requirements

Namespace: Android.InputMethodServices
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3