Package com.yandex.mobile.ads.nativeads
Interface Rating
-
public interface RatingInterface allows ad to set rating value to arbitrary view.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description floatgetRating()Returns rating represented by float value in interval from 0 to 5.voidsetRating(float rating)Sets rating value.
-