public interface

AppLovinAdClickListener

com.applovin.sdk.AppLovinAdClickListener

Class Overview

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.

Summary

Public Methods
abstract void adClicked(AppLovinAd ad)
This method is invoked when the ad is clicked.

Public Methods

public abstract void adClicked (AppLovinAd ad)

This method is invoked when the ad is clicked.

This method is invoked on the main UI thread.

Parameters
ad Ad that was just clicked. Guranteed not to be null.