InputBinding Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
InputBinding(IInputConnection, InputBinding) |
Constructor from an existing InputBinding taking a new local input connection interface. |
InputBinding(IInputConnection, IBinder, Int32, Int32) |
Constructor. |
InputBinding(IInputConnection, InputBinding)
Constructor from an existing InputBinding taking a new local input connection interface.
[Android.Runtime.Register(".ctor", "(Landroid/view/inputmethod/InputConnection;Landroid/view/inputmethod/InputBinding;)V", "")]
public InputBinding (Android.Views.InputMethods.IInputConnection? conn, Android.Views.InputMethods.InputBinding? binding);
[<Android.Runtime.Register(".ctor", "(Landroid/view/inputmethod/InputConnection;Landroid/view/inputmethod/InputBinding;)V", "")>]
new Android.Views.InputMethods.InputBinding : Android.Views.InputMethods.IInputConnection * Android.Views.InputMethods.InputBinding -> Android.Views.InputMethods.InputBinding
Parameters
- conn
- IInputConnection
The new connection interface.
- binding
- InputBinding
Existing binding to copy.
- Attributes
Remarks
Constructor from an existing InputBinding taking a new local input connection interface.
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
InputBinding(IInputConnection, IBinder, Int32, Int32)
Constructor.
[Android.Runtime.Register(".ctor", "(Landroid/view/inputmethod/InputConnection;Landroid/os/IBinder;II)V", "")]
public InputBinding (Android.Views.InputMethods.IInputConnection? conn, Android.OS.IBinder? connToken, int uid, int pid);
[<Android.Runtime.Register(".ctor", "(Landroid/view/inputmethod/InputConnection;Landroid/os/IBinder;II)V", "")>]
new Android.Views.InputMethods.InputBinding : Android.Views.InputMethods.IInputConnection * Android.OS.IBinder * int * int -> Android.Views.InputMethods.InputBinding
Parameters
- conn
- IInputConnection
The interface for communicating back with the application.
- connToken
- IBinder
A remoteable token for communicating across processes.
- uid
- Int32
The user id of the client of this binding.
- pid
- Int32
The process id of where the binding came from.
- Attributes
Remarks
Constructor.
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.