Ejemplo n.º 1
0
 public void OnDestroy()
 {
     _campaignsAvailableDelegate   = null;
     _campaignsFetchFailedDelegate = null;
     _impactOpenDelegate           = null;
     _impactCloseDelegate          = null;
     _videoCompletedDelegate       = null;
     _videoStartedDelegate         = null;
 }
Ejemplo n.º 2
0
 public static void setCampaignsFetchFailedDelegate(ApplifierImpactCampaignsFetchFailed action)
 {
     _campaignsFetchFailedDelegate = action;
 }