com.yandex.mobile.ads.rewarded

Interface Reward

  1. Method Summary
  2. Method Detail
    1. getAmount
    2. getType


public interface Reward
Class contains information about the reward given to the user.

Method Summary

All Methods
Instance Methods
Abstract Methods
Modifier and TypeMethod and Description
intgetAmount()
Returns the amount of reward.
java.lang.StringgetType()
Returns the type of reward.

Method Detail

getAmount

int getAmount()
Returns the amount of reward.
Returns:
Amount of reward.

getType

@NonNull
java.lang.String getType()
Returns the type of reward.
Returns:
Type of reward.