firebase:: admob:: rewarded_video:: RewardItem
#include <rewarded_video.h>
A reward to be given to the user in exchange for watching a rewarded video ad.
Summary
Public attributes |
|
---|---|
amount
|
float
The reward amount.
|
reward_type
|
std::string
A string description of the type of reward (such as "coins" or "points").
|
Public attributes
amount
float firebase::admob::rewarded_video::RewardItem::amount
The reward amount.
reward_type
std::string firebase::admob::rewarded_video::RewardItem::reward_type
A string description of the type of reward (such as "coins" or "points").