Android.Views.InputMethods.InputConnection: Field Members

The fields of Android.Views.InputMethods.InputConnection are listed below. For a list of all members, see the InputConnection Members list.

See Also: Inherited members from System.Object

Public Fields

const
GetExtractedTextMonitorTextExtractFlags (1). Flag for use with InputConnection.getExtractedText(android.view.inputmethod.ExtractedTextRequest, int) to indicate you would like to receive updates when the extracted text changes.
const
GetTextWithStylesGetTextFlags (1). Flag for use with InputConnection.getTextAfterCursor(int, int) and InputConnection.getTextBeforeCursor(int, int) to have style information returned along with the text.