The members of Android.Media.Rating are listed below.
See Also: Inherited members from Java.Lang.Object
const | Rating3Stars | RatingStyle (3). A rating style with 0 to 3 stars. |
const | Rating4Stars | RatingStyle (4). A rating style with 0 to 4 stars. |
const | Rating5Stars | RatingStyle (5). A rating style with 0 to 5 stars. |
const | RatingHeart | RatingStyle (1). A rating style with a single degree of rating, "heart" vs "no heart". |
const | RatingNone | RatingStyle (0). Indicates a rating style is not supported. |
const | RatingPercentage | RatingStyle (6). A rating style expressed as a percentage. |
const | RatingThumbUpDown | RatingStyle (2). A rating style for "thumb up" vs "thumb down". |
[read-only] static | Creator | Android.OS.IParcelableCreator. |
[read-only] | HasHeart | bool. Return whether the rating is "heart selected". |
[read-only] | IsRated | bool. Return whether there is a rating value available. |
[read-only] | IsThumbUp | bool. Return whether the rating is "thumb up". |
[read-only] | PercentRating | float. Return the percentage-based rating value. |
[read-only] | RatingStyle | RatingStyle. Return the rating style. |
[read-only] | StarRating | float. Return the star-based rating value. |
[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. |
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
static | NewHeartRating(bool)Return a Rating instance with a heart-based rating. | |
static | NewPercentageRating(float)Return a Rating instance with a percentage-based rating. | |
static | NewStarRating(RatingStyle, float)Return a Rating instance with a star-based rating. | |
static | NewThumbRating(bool)Return a Rating instance with a thumb-based rating. | |
static | NewUnratedRating(RatingStyle)Return a Rating instance with no rating. | |
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Flatten this object in to a Parcel. |