Ejemplo n.º 1
0
 public static void fetch(string tag)
 {
     HZInterstitialAd.Fetch(tag);
 }
Ejemplo n.º 2
0
 //provided since JS can't use default parameters
 /// <summary>
 /// Fetches an ad for the default ad tag.
 /// </summary>
 public static void Fetch()
 {
     HZInterstitialAd.Fetch(null);
 }
Ejemplo n.º 3
0
 public static void fetch()
 {
     HZInterstitialAd.Fetch();
 }