public static void fetch(string tag)
 {
     HZVideoAd.Fetch(tag);
 }
Esempio 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()
 {
     HZVideoAd.Fetch(null);
 }
 public static void fetch()
 {
     HZVideoAd.Fetch();
 }