Interface Rating


  • public interface Rating
    Interface allows ad to set rating value to arbitrary view.
    • Method Detail

      • getRating

        float getRating()
        Returns rating represented by float value in interval from 0 to 5.
        Returns:
        rating.
      • setRating

        void setRating​(float rating)
        Sets rating value.
        Parameters:
        rating - Rating represented by Float value in interval from 0 to 5.