The members of Android.Media.TV.TvContentRating are listed below.
See Also: Inherited members from Java.Lang.Object
[read-only] | Domain | string. Returns the domain of this TvContentRating object. |
[read-only] | MainRating | string. Returns the main rating of this TvContentRating object. |
[read-only] | RatingSystem | string. Returns the rating system of this TvContentRating object. |
[read-only] | SubRatings | IList<string>. Returns the unmodifiable sub-rating string Java.Util.IList of this TvContentRating object. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
static | CreateRating(string, string, string, params string[])Documentation for this section has not yet been entered. | |
FlattenToString()Returns a string that unambiguously describes the rating information contained in a TvContentRating object. | ||
static | UnflattenFromString(string)Recovers a TvContentRating object from the string that was previously created from TvContentRating.FlattenToString. |