简体   繁体   English

Android 推送通知与 Firebase 推送通知

[英]Android push notification vs firebase push notification

我找到了一个关于 android 推送通知的链接 - https://developer.android.com/training/notify-user/build-notification ,我可以知道 android 推送通知(基于链接)和 firebase 推送通知之间的区别吗?

Android Push Notification:安卓 推送 通知:

A Notification is a message that Android displays outside your app's UI to provide the user with reminders, communication from other people, or other timely information from your app. 通知是 Android 在您的应用程序的 UI 之外显示的消息,用于向用户提供提醒、来自其他人的通信或来自您的应用程序的其他及时信息。 Users can tap the notification to open your app or take an action directly from the notification.用户可以点击通知打开您的应用程序或直接从通知中执行操作。

Firebase Notification: Firebase 通知:

Using FCM, you can notify a client app that a new email or other data is available to sync.使用FCM,您可以通知客户端应用程序有新电子邮件或其他数据可供同步。 You can send notification messages to drive user re-engagement and retention.您可以发送通知消息来提高用户的再参与度和留存率。

For more, you can visit the above links.有关更多信息,您可以访问上述链接。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM