UnityEngine.Advertisements.UnityAdsInternal.RemoveAllEventHandlers C# (CSharp) Method

RemoveAllEventHandlers() public static method

public static RemoveAllEventHandlers ( ) : void
return void
        public static void RemoveAllEventHandlers()
        {
            onCampaignsAvailable = null;
            onCampaignsFetchFailed = null;
            onShow = null;
            onHide = null;
            onVideoCompleted = null;
            onVideoStarted = null;
        }