Beispiel #1
0
 /// <summary>
 /// Internal sample method. initialize the placement user interface used to display callbacks and events.
 /// </summary>
 private void initAnimationObject()
 {
     mUserInterfaceWrapper = new PlacementSampleUIWrapper(true, transform, () => OnShowBannerClicked(BannerPlacementName), () => OnDestroyBannerClicked(BannerPlacementName));
 }
Beispiel #2
0
 /// <summary>
 /// Internal sample method. initialize the placement user interface used to display callbacks and events.
 /// </summary>
 private void initAnimationObject()
 {
     mUserInterfaceWrapper = new PlacementSampleUIWrapper(false, transform, () => OnRequestAdButtonClicked(InterstitialPlacementName), () => OnShowAdButtonClicked(InterstitialPlacementName));
 }