public void Reward(AdPlacementType placementType, RewardDelegate onFinish) { Reward(onFinish, CustomMediation.GetFANPlacementId(placementType)); }
public void ShowInterstitial(AdPlacementType placementType, AdsManager.InterstitialDelegate onAdClosed) { interstitialClosedDelegate = onAdClosed; ShowInterstitial(CustomMediation.GetFANPlacementId(placementType)); }
public void RequestInterstitialNoShow(AdPlacementType placementType, AdsManager.InterstitialDelegate onAdLoaded = null, bool showLoading = true) { RequestInterstitialNoShow(CustomMediation.GetFANPlacementId(placementType), onAdLoaded, showLoading); }
public void ShowBanner(AdPlacementType placementType, AdsManager.InterstitialDelegate onAdLoaded = null) { ShowBanner(CustomMediation.GetFANPlacementId(placementType), onAdLoaded); }