Search Unity

Adding CallBack in MaxSDK Interstitial Ads

Discussion in 'Documentation' started by harsh_ag, Jun 29, 2022.

  1. harsh_ag

    harsh_ag

    Joined:
    Feb 9, 2022
    Posts:
    1
    I have added MaxSDK Interstitial Ads in my game. when it is shown the scene changes and the scene keeps running in the background of the ad. I want that when the user closes the ad the next scene should load. For this I Have tried to add "
    MaxSdkCallbacks.Interstitial.OnAdClosed += HandleOnAdClosed;
    "
    but it shows error that no such call back exists.
    So how to implement this. Please help.
     
  2. liderako

    liderako

    Joined:
    Apr 8, 2019
    Posts:
    4
    I think it is too late but whatever you can find info about the callbacks here -> MaxSdk