Type

enum Type : Enum<IviMediaRating.Type>

Rating type. When UNSUPPORTED, the rating is ignored.

Entries

Link copied to clipboard

Rating is not supported. A rating cannot be given: value is always UNRATED.

Link copied to clipboard

Heart rating: either UNRATED (no heart) or RATING_HEART_GIVEN.

Link copied to clipboard

Thumbs rating: either RATING_THUMB_DOWN or RATING_THUMB_UP.

Link copied to clipboard

Percentage rating: 0.0f to 100.0f. Fractional values are allowed, but not necessarily meaningful nor used.

Link copied to clipboard

Three stars rating: 0.0f to 3.0f. Fractional values are allowed, but not necessarily meaningful nor used.

Link copied to clipboard

Four stars rating: 0.0f to 4.0f. Fractional values are allowed, but not necessarily meaningful nor used.

Link copied to clipboard

Five stars rating: 0.0f to 5.0f. Fractional values are allowed, but not necessarily meaningful nor used.

Properties

Link copied to clipboard
val maxValue: Float

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int