RewardItem

public interface RewardItem


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

Summary

Constants

default static final RewardItem

Public methods

abstract int

Returns the reward amount.

abstract String

Returns the type of the reward.

Constants

DEFAULT_REWARD

default static final RewardItem DEFAULT_REWARD

Public methods

getAmount

abstract int getAmount()

Returns the reward amount.

getType

abstract String getType()

Returns the type of the reward.