Android.Views.InputMethods.InputConnection.GetTextWithStyles Field
Flag for use with InputConnection.getTextAfterCursor(int, int) and InputConnection.getTextBeforeCursor(int, int) to have style information returned along with the text.

Value: 1

Syntax

[Android.Runtime.Register("GET_TEXT_WITH_STYLES")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputMethods.GetTextFlags enum directly instead of this field.")]
public const GetTextFlags GetTextWithStyles

Remarks

Flag for use with InputConnection.getTextAfterCursor(int, int) and InputConnection.getTextBeforeCursor(int, int) to have style information returned along with the text. If not set, InputConnection.getTextAfterCursor(int, int) sends only the raw text, without style or other spans. If set, it may return a complex CharSequence of both text and style spans. Editor authors: you should strive to send text with styles if possible, but it is not required.

[Android Documentation]

Requirements

Namespace: Android.Views.InputMethods
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3