Simple Poker Template 0.0.1
Loading...
Searching...
No Matches
SimplePoker.UnityAds.RewardedManager Class Reference

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.
 

Detailed Description

Manages rewarded values and provides methods to retrieve and update them.

Constructor & Destructor Documentation

◆ RewardedManager()

SimplePoker.UnityAds.RewardedManager.RewardedManager ( )

Member Function Documentation

◆ ChangeToNextRewardValue()

void SimplePoker.UnityAds.RewardedManager.ChangeToNextRewardValue ( )

Changes the reward index to the next one in the rewards array.

◆ GetRewardStringFormat()

string SimplePoker.UnityAds.RewardedManager.GetRewardStringFormat ( )

Retrieves the reward value formatted as a string in USD format.

Returns
The reward value formatted as a string.

◆ GetRewardValue()

int SimplePoker.UnityAds.RewardedManager.GetRewardValue ( )

Retrieves the current reward value.

Returns
The current reward value.

The documentation for this class was generated from the following file: