安排黑莓应用程序

发布于 2025-01-03 14:14:29 字数 197 浏览 0 评论 0原文

我已经创建了一个 BlackBerry 应用程序,
HelloBlackBerry 扩展了 UiApplication 并呈现字段和
屏幕布局的东西。 我有一个名为“通知”的类,它执行一些通知。
我想做的是每 1 小时调用一次通知类。就像时间表一样。 但我该怎么做,我尝试了 Schedule api 但没有成功,
如果有人可以帮我,
谢谢

I have created a BlackBerry application,
HelloBlackBerry extends UiApplication and it renders the fields and
screen layout stuff.
And I have a class called Notification and it does some notifications.
What I wanted to do is call that Notification class every 1 hour. Like schedule.
But how can I do that, I tried schedule api but no luck,
if anybody can give me a hand,
thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

节枝 2025-01-10 14:14:29

我建议您实施 RealtimeClockListener 在您的通知类中。使用 Application.addRealtimeClockListener()。在clockUpdated 中测试时间以查看该小时是否已过,如果已过则运行您的通知。

I would recommend that you implement RealtimeClockListener in your Notification class. Register the listener with Application.addRealtimeClockListener(). In clockUpdated test the time to see if the hour has passed and if so run your notification.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文