| com.applovin.sdk.AppLovinAdClickListener |
This interface defines a listener intended to be notified when a user clicks on an ad.
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.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
adClicked(AppLovinAd ad)
This method is invoked when the ad is clicked.
| ||||||||||
This method is invoked when the ad is clicked.
This method is invoked on the main UI thread.
| ad | Ad that was just clicked. Guaranteed not to be null. |
|---|