Android.Text.Style.SuggestionSpan Class
Holds suggestion candidates for the text enclosed in this span.

See Also: SuggestionSpan Members

Syntax

[Android.Runtime.Register("android/text/style/SuggestionSpan", DoNotGenerateAcw=true)]
public class SuggestionSpan : CharacterStyle, Android.Text.IParcelableSpan, IDisposable

Remarks

Holds suggestion candidates for the text enclosed in this span. When such a span is edited in an EditText, double tapping on the text enclosed in this span will display a popup dialog listing suggestion replacement for that text. The user can then replace the original text by one of the suggestions. These spans should typically be created by the input method to provide correction and alternates for the text.

See Also

[Android Documentation]

Requirements

Namespace: Android.Text.Style
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14