using System; public interface IUnityLevelPlayInterstitial { //Mediation Interstitial callbacks event Action OnAdShowFailed; event Action OnAdLoadFailed; event Action OnAdReady; event Action OnAdOpened; event Action OnAdClosed; event Action OnAdShowSucceeded; event Action OnAdClicked; }