首页 > 解决方案 > Firebase 中的应用内消息和应用内消息显示有什么区别

问题描述

我最近检查了 Firebase for Android 的依赖项,并注意到有一个名为 In-App Messaging Display? 的新依赖项。这两者有什么区别?文档都是一样的。○

标签: androidfirebasefirebase-in-app-messaging

解决方案


inapp-messaging-display是子依赖项,是inappmessaging父依赖项。

和添加google play服务一样:

implementation 'com.google.android.gms:play-services:15.0.1'

它将为您提供 google play 服务下的所有库,但不建议使用。

https://developers.google.com/android/guides/setup


推荐阅读