Good afternoon (or morning/evening depending on your timezone and when you read this
)!
I was wondering, is there a way to determine what the source of what triggered the ad was (using the same listener object)? For example, you have 2 buttons, the first one to get extra lives and the second to get extra coins. Is there a way to determine what the source was (i.e. is there something we can pass through UnitAds.show(); to determine what the source of the click was), and then do something different in the onUnityAdsFinish method based on where there click came from?
At face value, it looks like it would be possible to instantiate a different listener for each button, but Iād definitely prefer to have them all within the same listener if possible.
For reference, Iām implementing Unity Ads through Android.
Thanks in advance for any help with this!