Android.Media.TV.TvContentRating Members

The members of Android.Media.TV.TvContentRating are listed below.

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
Domainstring. Returns the domain of this TvContentRating object.
[read-only]
MainRatingstring. Returns the main rating of this TvContentRating object.
[read-only]
RatingSystemstring. Returns the rating system of this TvContentRating object.
[read-only]
SubRatingsIList<string>. Returns the unmodifiable sub-rating string Java.Util.IList of this TvContentRating object.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
CreateRating(string, string, string, params string[]) : TvContentRating
Documentation for this section has not yet been entered.
FlattenToString() : string
Returns a string that unambiguously describes the rating information contained in a TvContentRating object.
static
UnflattenFromString(string) : TvContentRating
Recovers a TvContentRating object from the string that was previously created from TvContentRating.FlattenToString.