AppLovin / AppLovin-MAX-SDK-Android

Other
227 stars 102 forks source link

How to know ad is closed in interstitial ? #532

Closed aZyreTech closed 1 year ago

aZyreTech commented 1 year ago

MAX SDK Version

11.10.1

Device/Platform Info

all

Current Behavior

How do i know that interstitial ad is closed or not ? there is no onAdClosed method in listener

Expected Behavior

I want to call another activity when interstitial ad get closed. How to achieve that ?

How to Reproduce

There is no onAdClosed method . where did i found it ?

Additional Info

No response

applovinAsh commented 1 year ago

Hi @aZyreTech,

We have an onAdHidden callback that gets called when the ad is closed. For more information, view our documentation here: https://dash.applovin.com/documentation/mediation/android/ad-formats/interstitials

aZyreTech commented 1 year ago

ok thanks