0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. flutter_packages
  2. /
  3. packages
  4. /
  5. interactive_media_ads
  6. /
  7. example
  8. /
  9. lib
GGitHub[interactive_media_ads] Adds support to define parameters that control the rendering of ads (#8057)
0e73a057创建于 2024年11月20日历史提交
文件最后提交记录最后更新时间
main.dart
[interactive_media_ads] Adds support to define parameters that control the rendering of ads (#8057) Changes PlatformAdsManager.init(AdsManagerInitParams) to the correct shared PlatformAdsManager.init(PlatformAdsRenderingSettings?) feature. **Android:** https://developers.google.com/interactive-media-ads/docs/sdks/android/client-side/api/reference/com/google/ads/interactivemedia/v3/api/BaseManager.html#init(com.google.ads.interactivemedia.v3.api.AdsRenderingSettings) **iOS:** https://developers.google.com/interactive-media-ads/docs/sdks/ios/client-side/reference/Classes/IMAAdsManager#/c:objc(cs)IMAAdsManager(im)initializeWithAdsRenderingSettings: The platform interface and implementation aren't exposed yet, so this change should not be breaking. Fixes https://github.com/flutter/flutter/issues/1522531 年前