颤振 - 推送通知



我在应用中使用了Firebase通知,当应用处于前台或用户点击通知并启动应用时,它们运行良好。当应用程序进入前台(通过直接启动它(而无需用户点击通知时,有没有办法阅读通知?

你可以这样做

收到通知时,保存标题的内容,然后在应用启动时检查保存的通知内容

void saveNotification(){
// save notification content here
}

当用户启动应用时

void checkPendingNotification(){
// show notification here if any
}

相关内容

  • 没有找到相关文章

最新更新