Focus mode

Rewarded Video

Setup Rewarded

To integrate the rewarded format the TappxManagerUnity prefab must be added in the same scene in which you want to show the video. 

loadRewarded loads all the necessary information to display the ad.

TappxManagerUnity.instance.loadRewarded();

isRewardedReady checks that the ad is ready to be displayed. It received “true” if it’s ready, and “false” if not.

TappxManagerUnity.instance.isRewardedReady();

rewardedShow displays the previously uploaded video ad.

TappxManagerUnity.instance.rewardedShow();

Set Events 

public void RewardedLoaded(){
   UnityEngine.Debug.Log("Rewarded Load");
}
public void RewardedFailedToLoad(string error){
   UnityEngine.Debug.Log("Rewarded failed to Load " + error);
}
public void RewardedVideoStart(){
   UnityEngine.Debug.Log("Rewarded Start");
}
public void RewardedVideoClicked(){
   UnityEngine.Debug.Log("Rewarded Clicked");
}
public void RewardedVideoPlaybackFailed(){
   UnityEngine.Debug.Log("Rewarded Playback Failed");
}
public void RewardedVideoClosed(){
   UnityEngine.Debug.Log("Rewarded Closed");
}
public void RewardedVideoCompleted(){
   UnityEngine.Debug.Log("Rewarded Complete");
}
Rewarded Video
×

Tappx logo white

Important Security Notice
Beware of scammers impersonating Tappx brand

We have identified fraudulent activities where malicious actors are imitating Tappx assets. These scams may compromise your security.

⚠️ Warning: The URL you came from has been flagged as potentially harmful. 

To stay safe, only trust communications and services from the official Tappx domain: tappx.com

×

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Etiam elit tortor, consequat sit amet ultricies ut, pellentesque a magna. Etiam mattis odio ut nibh pulvinar bibendum. Curabitur porta gravida urna sit amet tincidunt. Etiam sit amet nunc vulputate, blandit mauris sit amet, lacinia arcu. Morbi in orci tincidunt, tincidunt dolor vitae, hendrerit sem. Etiam in suscipit purus. Morbi dignissim vitae nibh ut condimentum.

Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.