Language

SearchSuggestionSpec.RankingStrategy Property

Definition

Returns the ranking strategy.

public Android.App.AppSearch.SuggestionRankingStrategy RankingStrategy { [Android.Runtime.Register("getRankingStrategy", "()I", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getRankingStrategy", "()I", "", ApiSince=34)>]
member this.RankingStrategy : Android.App.AppSearch.SuggestionRankingStrategy

Property Value

Value is one of the following: SUGGESTION_RANKING_STRATEGY_NONE SUGGESTION_RANKING_STRATEGY_DOCUMENT_COUNT SUGGESTION_RANKING_STRATEGY_TERM_FREQUENCY

Attributes

Remarks

Returns the ranking strategy.

Java documentation for android.app.appsearch.SearchSuggestionSpec.getRankingStrategy().

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