RewardItem

public interface RewardItem

This class describes a reward credited to a user for interacting with a RewardedAd.

Field Summary

public static final RewardItem DEFAULT_REWARD

Public Method Summary

abstract int
getAmount()
Returns the reward amount.
abstract String
getType()
Returns the type of the reward.

Fields

public static final RewardItem DEFAULT_REWARD

Public Methods

public abstract int getAmount ()

Returns the reward amount.

public abstract String getType ()

Returns the type of the reward.