com.yandex.mobile.ads.nativeads

Interface Rating

  1. Method Summary
  2. Method Detail
    1. getRating
    2. setRating


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

Method Summary

All Methods
Instance Methods
Abstract Methods
Modifier and TypeMethod and Description
floatgetRating()
Returns rating represented by float value in interval from 0 to 5.
voidsetRating(float rating)
Sets rating value.

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.