Android Notification.Builder 与 NotificationCompat.Builder

Dro*_*dOS 7 android android-notifications cordova

我看到的几乎所有关于 Android 通知的示例代码似乎都使用 NotificationCompat。我已经使用 Notification.Builder 编写了自己的代码。我不清楚使用 NotificationCompat.Builder 可能有什么好处(如果有的话)。我希望这里有人能够解释这些差异。

tyc*_*czj 5

取决于您要尝试做什么以及您的应用程序与哪个操作系统版本兼容,但在大多数情况下,您会想要使用它,NotificationCompat因为它提供了向后兼容性,而如果您想提供常规Notification.Builder 版本,则必须检查哪个操作系统版本设备自己可以使用旧版本中没有的 API 调用