public void OnDestroy() { if (gameObject == SharedInstance.gameObject) { _campaignsAvailableDelegate = null; _campaignsFetchFailedDelegate = null; _adsShowDelegate = null; _adsHideDelegate = null; _videoCompletedDelegate = null; _videoStartedDelegate = null; } }
public void OnDestroy () { if(gameObject == SharedInstance.gameObject) { _campaignsAvailableDelegate = null; _campaignsFetchFailedDelegate = null; _adsShowDelegate = null; _adsHideDelegate = null; _videoCompletedDelegate = null; _videoStartedDelegate = null; } }
public static void setVideoStartedDelegate (UnityAdsVideoStarted action) { _videoStartedDelegate = action; }
public static void setVideoStartedDelegate(UnityAdsVideoStarted action) { _videoStartedDelegate = action; }