SuggestionsInfo.SuggestionsCount Property

Definition

public int SuggestionsCount { [Android.Runtime.Register("getSuggestionsCount", "()I", "")] get; }
[<get: Android.Runtime.Register("getSuggestionsCount", "()I", "")>]
member this.SuggestionsCount : int

Property Value

the count of the suggestions. If there's no suggestions at all, this method returns -1. Even if this method returns 0, it doesn't necessarily mean that there are no suggestions for the requested word. For instance, the caller could have been asked to limit the maximum number of suggestions returned.

Attributes

Remarks

Java documentation for android.view.textservice.SuggestionsInfo.getSuggestionsCount().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to