TvContract.Programs.ColumnContentRating 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 comma-separated content ratings of this TV program.
[Android.Runtime.Register("COLUMN_CONTENT_RATING")]
public const string ColumnContentRating;
[<Android.Runtime.Register("COLUMN_CONTENT_RATING")>]
val mutable ColumnContentRating : string
Field Value
- Attributes
Remarks
The comma-separated content ratings of this TV program.
This is used to describe the content rating(s) of this program. Each comma-separated content rating sub-string should be generated by calling TvContentRating.flattenToString. Note that in most cases the program content is rated by a single rating system, thus resulting in a corresponding single sub-string that does not require comma separation and multiple sub-strings appear only when the program content is rated by two or more content rating systems. If any of those ratings is specified as "blocked rating" in the user's parental control settings, the TV input service should block the current content and wait for the signal that it is okay to unblock.
Type: TEXT
Android reference for android.media.tv.TvContract.Programs.COLUMN_CONTENT_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.