【发布时间】:2013-02-16 14:22:29
【问题描述】:
我需要在 blackberry 10 级联中进行推送通知,如果我关闭应用程序意味着无法在 Blackberry Hub 中显示我的通知
这里是代码
Button{
notification.body="hai notification testing "
notification.notify();
Notification {
id: notification
title: "Title"
}
}
当用户关闭应用程序时,我需要在 Blackberry Hub 中显示通知 如何做到这一点,谁能给我一些解决方案来解决这个问题。?
【问题讨论】:
标签: blackberry-10