public interface AppLovinAdClickListener
Since all AppLovin ads launch the device browser on click, this effectively notifies you that your app is about to be minimized to the background.
| Modifier and Type | Method and Description |
|---|---|
void |
adClicked(AppLovinAd ad)
This method is invoked when the ad is clicked.
|
void adClicked(AppLovinAd ad)
This method is invoked on the main UI thread.
ad - Ad that was just clicked. Guaranteed not to be null.