Exemplo n.º 1
0
            public void onFullScreenVideoAdLoad(AndroidJavaObject handle)
            {
                var ad = new FullScreenVideoAd(handle);

                UnityDispatcher.PostTask(
                    () => this.listener.OnFullScreenVideoAdLoad(ad));
            }
Exemplo n.º 2
0
 /// <summary>
 /// Load the full screen video Ad asynchronously and notice on listener.
 /// </summary>
 public void LoadFullScreenVideoAd(
     AdSlot adSlot, IFullScreenVideoAdListener listener)
 {
     FullScreenVideoAd.LoadFullScreenVideoAd(adSlot, listener);
 }