コード例 #1
0
 public static bool isAvailable(string tag)
 {
     return(HZVideoAd.IsAvailable(tag));
 }
コード例 #2
0
 //provided since JS can't use default parameters
 /// <summary>
 /// Returns whether or not an ad is available for the default ad tag.
 /// </summary>
 /// <returns><c>true</c>, if an ad is available, <c>false</c> otherwise.</returns>
 public static bool IsAvailable()
 {
     return(HZVideoAd.IsAvailable(null));
 }
コード例 #3
0
 public static bool isAvailable()
 {
     return(HZVideoAd.IsAvailable());
 }