コード例 #1
0
 public void OnDestroy()
 {
     _campaignsAvailableDelegate   = null;
     _campaignsFetchFailedDelegate = null;
     _impactOpenDelegate           = null;
     _impactCloseDelegate          = null;
     _videoCompletedDelegate       = null;
     _videoStartedDelegate         = null;
 }
コード例 #2
0
 public static void setCloseDelegate(ApplifierImpactClose action)
 {
     _impactCloseDelegate = action;
 }