Documentation for this section has not yet been entered.
Return whether or not suggestions are enabled on this TextView. The suggestions are generated by the IME or by the spell checker as the user types. This is done by adding Android.Text.Style.SuggestionSpans to the text. When suggestions are enabled (default), this list of suggestions will be displayed when the user asks for them on these parts of the text. This value depends on the inputType of this TextView. The class of the input type must be Android.Text.IInputType.TYPE_CLASS_TEXT. In addition, the type variation must be one of Android.Text.IInputType.TYPE_TEXT_VARIATION_NORMAL, Android.Text.IInputType.TYPE_TEXT_VARIATION_EMAIL_SUBJECT, Android.Text.IInputType.TYPE_TEXT_VARIATION_LONG_MESSAGE, Android.Text.IInputType.TYPE_TEXT_VARIATION_SHORT_MESSAGE or Android.Text.IInputType.TYPE_TEXT_VARIATION_WEB_EDIT_TEXT. And finally, the Android.Text.IInputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS flag must not be set.