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