Skip to content

v2.0.0: Update case of ssv variables to match objc style guidelines. (#609)

Compare
Choose a tag to compare
@jjliu15 jjliu15 released this 03 Aug 20:17
a10c615
  • Updates GMA Android dependency to 21.0.0 and iOS to 9.6.0
  • Removes credentials from AdapterResponseInfo, which is replaced with adUnitMapping.
  • Removes serverSideVerificationOptions from RewardedAd.load() and RewardedInterstitialAd.load(), replacing them with setters
    RewardedAd.setServerSideVerificationOptions() and RewardedInterstitialAd.setServerSideVerificationOptions(). This lets you
    update the ssv after the ad is loaded.
  • Removes static testAdUnitId parameters. See the Admob and
    AdManager documentation for up to date test ad units.
  • Removes NativeAdListener.onNativeAdClicked. You should use onAdClicked instead, which present on all ad listeners.
  • Removes AdRequest.location