SearchManager.SuggestParameterLimit Field

Definition

Query parameter added to suggestion queries to limit the number of suggestions returned.

[Android.Runtime.Register("SUGGEST_PARAMETER_LIMIT")]
public const string SuggestParameterLimit;
[<Android.Runtime.Register("SUGGEST_PARAMETER_LIMIT")>]
val mutable SuggestParameterLimit : string

Field Value

Attributes

Remarks

Query parameter added to suggestion queries to limit the number of suggestions returned. This limit is only advisory and suggestion providers may chose to ignore it.

Java documentation for android.app.SearchManager.SUGGEST_PARAMETER_LIMIT.

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