The methods of Android.Media.Rating are listed below. For a list of all members, see the Rating Members list.
See Also: Inherited members from Java.Lang.Object
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. |