TvContract.Programs.ColumnReviewRatingStyle 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 style used for COLUMN_REVIEW_RATING.
[Android.Runtime.Register("COLUMN_REVIEW_RATING_STYLE", ApiSince=26)]
public const string ColumnReviewRatingStyle;
[<Android.Runtime.Register("COLUMN_REVIEW_RATING_STYLE", ApiSince=26)>]
val mutable ColumnReviewRatingStyle : string
Field Value
- Attributes
Remarks
The review rating score style used for COLUMN_REVIEW_RATING.
The value should match one of the followings: REVIEW_RATING_STYLE_STARS, REVIEW_RATING_STYLE_THUMBS_UP_DOWN, and REVIEW_RATING_STYLE_PERCENTAGE.
Type: INTEGER
Android reference for android.media.tv.TvContract.Programs.COLUMN_REVIEW_RATING_STYLE.
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.