Android.Views.InputMethods.InputBinding Members

The members of Android.Views.InputMethods.InputBinding are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Constructor from an existing InputBinding taking a new local input connection interface.
Constructor.

Public Properties

[read-only]
ConnectionIInputConnection. Return the connection for interacting back with the application.
[read-only]
ConnectionTokenAndroid.OS.IBinder. Return the token for the connection back to the application.
[read-only]
static
CreatorAndroid.OS.IParcelableCreator. Used to make this class parcelable.
[read-only]
Pidint. Return the process id where this binding came from.
[read-only]
Uidint. Return the user id of the client associated with this binding.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Used to package this object into a Android.OS.Parcel.