RewardItem

interface RewardItem


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

Summary

Constants

const RewardItem!

Public functions

Int

Returns the reward amount.

String!

Returns the type of the reward.

Constants

DEFAULT_REWARD

const val DEFAULT_REWARDRewardItem!

Public functions

getAmount

fun getAmount(): Int

Returns the reward amount.

getType

fun getType(): String!

Returns the type of the reward.