Пример #1
0
 public static void ShowError(string msg, AdPlacementType placementType)
 {
     ShowError(msg, placementType.ToString());
 }
Пример #2
0
 public void ShowInterstitial(AdPlacementType placementId, AdsManager.InterstitialDelegate onAdClosed)
 {
     ShowInterstitial(true, onAdClosed, cacheInterstitial, placementId.ToString());
 }