Rating
interface Rating : VersionedParcelable
Known Direct Subclasses
HeartRating |
A class for rating with a single degree of rating, "heart" vs "no heart".
|
PercentageRating |
A class for rating expressed as a percentage.
|
StarRating |
A class for rating expressed as the number of stars.
|
ThumbRating |
A class for rating with a single degree of rating, "thumb up" vs "thumb down".
|
|
An interface to encapsulate rating information used as content metadata.
Summary
Public methods |
abstract Boolean |
Returns whether there is a rating value available.
|
Public methods
isRated
abstract fun isRated(): Boolean
Returns whether there is a rating value available.
Return |
Boolean |
true if there is an available rating value. |