예제 #1
0
        public static void show(string tag)
        {
            HZIncentivizedShowOptions showOptions = new HZIncentivizedShowOptions();

            showOptions.Tag = tag;
            HZIncentivizedAd.ShowWithOptions(showOptions);
        }
 public static void show(string tag)
 {
     HZIncentivizedAd.ShowWithOptions(new HZIncentivizedShowOptions
     {
         Tag = tag
     });
 }
예제 #3
0
 /// <summary>
 /// Shows an ad
 /// </summary>
 public static void Show()
 {
     HZIncentivizedAd.ShowWithOptions(null);
 }