Example #1
0
 // Begins loading the YumiMediationNativeAd with the count you wanted.
 public void LoadAd(int adCount)
 {
     nativeDataList = null;
     YumiExterns.RequestNativeAd(this.NativeAdPtr, adCount);
 }