InputMethodService.CurrentInputBinding Property

Definition

Return the currently active InputBinding for the input method, or null if there is none.

public virtual Android.Views.InputMethods.InputBinding? CurrentInputBinding { [Android.Runtime.Register("getCurrentInputBinding", "()Landroid/view/inputmethod/InputBinding;", "GetGetCurrentInputBindingHandler")] get; }
[<get: Android.Runtime.Register("getCurrentInputBinding", "()Landroid/view/inputmethod/InputBinding;", "GetGetCurrentInputBindingHandler")>]
member this.CurrentInputBinding : Android.Views.InputMethods.InputBinding

Property Value

Attributes

Remarks

Return the currently active InputBinding for the input method, or null if there is none.

Java documentation for android.inputmethodservice.InputMethodService.getCurrentInputBinding().

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