Android.Views.TextService.SentenceSuggestionsInfo Class
This class contains a metadata of suggestions returned from a text service (e.g.

See Also: SentenceSuggestionsInfo Members

Syntax

[Android.Runtime.Register("android/view/textservice/SentenceSuggestionsInfo", DoNotGenerateAcw=true)]
public sealed class SentenceSuggestionsInfo : Java.Lang.Object, Android.OS.IParcelable, IDisposable

Remarks

This class contains a metadata of suggestions returned from a text service (e.g. Android.Service.Textservice.SpellCheckerService). The text service uses this class to return the suggestions for a sentence. See Android.Views.TextService.SuggestionsInfo which is used for suggestions for a word. This class extends the functionality of Android.Views.TextService.SuggestionsInfo as far as this class enables you to put multiple Android.Views.TextService.SuggestionsInfos on a sentence with the offsets and the lengths of all Android.Views.TextService.SuggestionsInfos.

[Android Documentation]

Requirements

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