예제 #1
0
 public static void fetch(string tag)
 {
     HZInterstitialAd.Fetch(tag);
 }
예제 #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);
 }
예제 #3
0
 public static void fetch()
 {
     HZInterstitialAd.Fetch();
 }