Ejemplo n.º 1
0
 private void ShowCommercial(string name)
 {
     _productName = name;
     _commercial.UnityAdsDidFinish += OpeningProductPanel;
     _commercial.ShowInterstitial();
 }
Ejemplo n.º 2
0
 public void Showinit()
 {
     _commertial.ShowInterstitial();
 }