Beispiel #1
0
 /// <summary>
 /// This an example of Listening to FairBid Banner Callbacks and events.
 /// </summary>
 /// <param name="placementName">The Placement name.</param>
 public void OnLoad(string placementName)
 {
     mUserInterfaceWrapper.addLog("OnLoad()");
     mUserInterfaceWrapper.onAdAvailableAnimation();
 }
Beispiel #2
0
 /// <summary>
 /// This an example of Listening to FairBid Interstitial Callbacks and events.
 /// </summary>
 /// <param name="placementName">The Placement name.</param>
 /// <param name="impressionData">The Impression Data.</param>
 public void OnShow(string placementName, ImpressionData impressionData)
 {
     mUserInterfaceWrapper.addLog("OnShow()");
 }