Android.App.SearchManager.SuggestColumnRatingScore Field
Column name for suggestions cursor.

Syntax

[Android.Runtime.Register("SUGGEST_COLUMN_RATING_SCORE")]
public const string SuggestColumnRatingScore

Remarks

Column name for suggestions cursor. Optional. If your content has a rating, you should provide this column to specify the rating score of your content. The data in the column is of float type. See Android.Media.Rating about valid rating scores for each rating style.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1