Пример #1
0
 /// <summary>
 /// Load the splash Ad asynchronously and notice on listener.
 /// </summary>
 public void LoadExpressSplashAd(AdSlot adSlot, ISplashAdListener listener)
 {
     listener.OnError(0, "Not Support on this platform");
 }
Пример #2
0
 /// <summary>
 /// Load the splash Ad asynchronously and notice on listener with
 /// specify timeout.
 /// </summary>
 public void LoadSplashAd(
     AdSlot adSlot, ISplashAdListener listener, int timeOut)
 {
     listener.OnError(0, "Not Support on this platform");
 }