Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
br_video_player-v2.10.0_ohos
flutter_packages
/
packages
/
interactive_media_ads
/
lib
下载当前目录
G
GitHub
[webview_flutter_android][camera_android_camerax][interactive_media_ads] Updates pigeon to 25.3.1 to fix Kotlin lints (
#9135
)
cd089638
创建于
2025年4月25日
历史提交
文件
最后提交记录
最后更新时间
src
[webview_flutter_android][camera_android_camerax][interactive_media_ads] Updates pigeon to 25.3.1 to fix Kotlin lints (
#9135
) Also updates a few test file names for consistency. ## Pre-Review Checklist [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
1 年前
interactive_media_ads.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/152253
1 年前