gpt4 book ai didi

android - "AdMob Offline Notifications"通知 channel 是什么?

转载 作者:行者123 更新时间:2023-12-03 09:32:36 25 4
gpt4 key购买 nike

突然间,我看到我们的应用有一个名为“AdMob 离线通知”的新通知 channel 。
我们确实使用 AdMob,所以我认为它是由 Google 的库创建的,但我找不到任何关于它的文档。我想知道该 channel 用于什么,以及是否有可能根本没有它。
首次启动应用程序后,就会创建 channel 。它的id是offline_notification_channel并且其重要性设置为低(无振动,无声音)。
我确实设法在 https://groups.google.com/g/google-admob-ads-sdk/search?q=%22admob%20offline%20notifications%22 上找到其他人也有同样的疑问。 ,但目前还没有答案。

最佳答案

直到 Admob fixes this issue作为 Oush pointed out ,您可以在 admob 创建通知 channel 后立即删除它,这样就不会混淆您的用户:

MobileAds.initialize(context) {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
val notificationManager = context.getSystemService(Context.NOTIFICATION_SERVICE) as NotificationManager
notificationManager.deleteNotificationChannel("offline_notification_channel")
}
}

关于android - "AdMob Offline Notifications"通知 channel 是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64694428/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com