Android.Media.Rating: Method Members

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

Public Methods

DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
static
NewHeartRating(bool) : Rating
Return a Rating instance with a heart-based rating.
static
NewPercentageRating(float) : Rating
Return a Rating instance with a percentage-based rating.
static
NewStarRating(RatingStyle, float) : Rating
Return a Rating instance with a star-based rating.
static
NewThumbRating(bool) : Rating
Return a Rating instance with a thumb-based rating.
static
NewUnratedRating(RatingStyle) : Rating
Return a Rating instance with no rating.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.