dreamsoftin / facebook_audience_network

Flutter Facebook Audience Network
https://pub.dartlang.org/packages/facebook_audience_network/
MIT License
154 stars 95 forks source link

com.facebook.ads has been deprecated #59

Open teenking opened 3 years ago

teenking commented 3 years ago
  1. InstreamVideoAdListener in com.facebook.ads has been deprecated import com.facebook.ads.InstreamVideoAdListener;

  2. InstreamVideoAdView in com.facebook.ads has been deprecated import com.facebook.ads.InstreamVideoAdView;

  3. InstreamVideoAdListener in com.facebook.ads has been deprecated class FacebookInStreamVideoAdView implements PlatformView, InstreamVideoAdListener {

  4. InstreamVideoAdView in com.facebook.ads has been deprecated private final InstreamVideoAdView adView;

  5. InstreamVideoAdView in com.facebook.ads has been deprecated adView = new InstreamVideoAdView(context, (String) args.get("id"), getSize(args));

  6. withAdListener(InstreamVideoAdListener) in InstreamVideoLoadConfigBuilder has been deprecated InstreamVideoAdView.InstreamVideoLoadAdConfig loadAdConfig = adView.buildLoadAdConfig().withAdListener(this).build();

  7. build() in InstreamVideoLoadConfigBuilder has been deprecated InstreamVideoAdView.InstreamVideoLoadAdConfig loadAdConfig = adView.buildLoadAdConfig().withAdListener(this).build();

  8. loadAd(InstreamVideoLoadAdConfig) in InstreamVideoAdView has been deprecated adView.loadAd(loadAdConfig);

  9. isAdLoaded() in InstreamVideoAdView has been deprecated if (adView == null || !adView.isAdLoaded())

  10. show() in InstreamVideoAdView has been deprecated adView.show();

How to Fix it ?