InputBinding.Connection Property

Definition

Return the connection for interacting back with the application.

public Android.Views.InputMethods.IInputConnection? Connection { [Android.Runtime.Register("getConnection", "()Landroid/view/inputmethod/InputConnection;", "")] get; }
[<get: Android.Runtime.Register("getConnection", "()Landroid/view/inputmethod/InputConnection;", "")>]
member this.Connection : Android.Views.InputMethods.IInputConnection

Property Value

Attributes

Remarks

Return the connection for interacting back with the application.

Java documentation for android.view.inputmethod.InputBinding.getConnection().

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