I am integrating a unity add through a button click. The click and going to the add are working fine. But I am trying to use the Ad Listener to know whether the video was watched so I can award the player. Following the script example provided by Unity I keep having an issue with Advertisement.AddListener(this); when trying to initialize the service. It says that Advertisement does not have a definition for AddListener.
I also made a separate script for IUnityAdsListener - but do not know what I should put in it, and that might be the issue. Any help would be greatly appreciated.
[1]: /storage/temp/146776-iunityadslistenerscript.png
↧