Rewarded Ads

Create show and destroy Rewarded

Use the following code to create a rewarded:

string rewardedlIdentifier = BidappBinding.Instance.CreateRewarded();

Use this code to show a rewarded:

BidappBinding.Instance.ShowRewarded(rewardedIdentifier);

Call the following function to destroy a rewarded:

BidappBinding.Instance.DestroyRewarded(rewardedIdentifier);

Last updated