Android.Views.InputMethods.ExtractedTextRequest Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
static
CreatorAndroid.OS.IParcelableCreator. Used to make this class parcelable.
FlagsGetTextFlags. Additional request flags, having the same possible values as the flags parameter of InputConnection.getTextBeforeCursor(int, int).
HintMaxCharsint. Hint for the maximum number of characters to return.
HintMaxLinesint. Hint for the maximum number of lines to return.
Tokenint. Arbitrary integer that can be supplied in the request, which will be delivered back when reporting updates.

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.