Dismissible Ad Callback
DismissibleAdCallback for ads that can be dismissed. Provides methods to receive notifications related to an ad's actions and to control its behavior.
Inheritors
Functions
Link copied to clipboard
Called after an ad is dismissed. Implement this method to be notified when an ad is no longer displayed. Note that this method won't be called for ads that failed to be shown. To handle that case, implement didShowAd.error
. You may use the error property inside the event to determine if the dismissal was expected or caused by an error.