Rating

interface Rating

Interface allows ad to set rating value to arbitrary view.

Functions

Link copied to clipboard
abstract fun getRating(): Float

Returns rating represented by float value in interval from 0 to 5.

Link copied to clipboard
abstract fun setRating(rating: Float)

Sets rating value.