Пример #1
0
 private void ShowCommercial(string name)
 {
     _productName = name;
     _commercial.UnityAdsDidFinish += OpeningProductPanel;
     _commercial.ShowInterstitial();
 }
Пример #2
0
 public void Showinit()
 {
     _commertial.ShowInterstitial();
 }