TvContract.PreviewPrograms.ColumnReviewRating Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The review rating score for this program.
[Android.Runtime.Register("COLUMN_REVIEW_RATING", ApiSince=26)]
public const string ColumnReviewRating;
[<Android.Runtime.Register("COLUMN_REVIEW_RATING", ApiSince=26)>]
val mutable ColumnReviewRating : string
Field Value
- Attributes
Remarks
The review rating score for this program.
The format of the value is dependent on COLUMN_REVIEW_RATING_STYLE. If the style is REVIEW_RATING_STYLE_STARS, the value should be a real number between 0.0 and 5.0. (e.g. "4.5") If the style is REVIEW_RATING_STYLE_THUMBS_UP_DOWN, the value should be two integers, one for thumbs-up count and the other for thumbs-down count, with a comma between them. (e.g. "200,40") If the style is REVIEW_RATING_STYLE_PERCENTAGE, the value shoule be a real number between 0 and 100. (e.g. "99.9")
Type: TEXT
Android reference for android.media.tv.TvContract.PreviewPrograms.COLUMN_REVIEW_RATING.
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.