Skip to content Skip to sidebar Skip to footer

Adwhirl Touch Intercept

I'd like to make an action (increment a counter) when a player touch the ad of the adwhirl banner. I've seen that the AdWhirl class have a method that is called every touch: //We

Solution 1:

Check out the adWhirlClickMetric method of the library and see when it is called. It is called whenever a user touches an ad banner (in the iOS version of the SDK at least) and would be perfect for what you want to do.


Post a Comment for "Adwhirl Touch Intercept"