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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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. Guranteed not to be null. |
---|