예제 #1
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(HZInterstitialAd.IsAvailable(null));
 }
예제 #2
0
 public static bool isAvailable(string tag)
 {
     return(HZInterstitialAd.IsAvailable(tag));
 }