Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

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.