예제 #1
0
 /// <summary>
 /// Load the splash Ad asynchronously and notice on listener.
 /// </summary>
 public void LoadExpressSplashAd(AdSlot adSlot, ISplashAdListener listener)
 {
     BUExpressSplashAd.LoadSplashAd(adSlot, listener, -1);
 }
예제 #2
0
 /// <summary>
 /// Load the splash Ad asynchronously and notice on listener with
 /// specify timeout.
 /// </summary>
 public void LoadExpressSplashAd(
     AdSlot adSlot, ISplashAdListener listener, int timeOut)
 {
     BUExpressSplashAd.LoadSplashAd(adSlot, listener, timeOut);
 }