Simple Poker Template 0.0.1
|
Manages rewarded values and provides methods to retrieve and update them. More...
Public Member Functions | |
RewardedManager () | |
void | ChangeToNextRewardValue () |
Changes the reward index to the next one in the rewards array. | |
int | GetRewardValue () |
Retrieves the current reward value. | |
string | GetRewardStringFormat () |
Retrieves the reward value formatted as a string in USD format. | |
Manages rewarded values and provides methods to retrieve and update them.
SimplePoker.UnityAds.RewardedManager.RewardedManager | ( | ) |
void SimplePoker.UnityAds.RewardedManager.ChangeToNextRewardValue | ( | ) |
Changes the reward index to the next one in the rewards array.
string SimplePoker.UnityAds.RewardedManager.GetRewardStringFormat | ( | ) |
Retrieves the reward value formatted as a string in USD format.
int SimplePoker.UnityAds.RewardedManager.GetRewardValue | ( | ) |
Retrieves the current reward value.