当警报触发时,如何向警报服务发送自定义消息?

发布于 2024-12-29 20:18:24 字数 239 浏览 2 评论 0原文

在这里,我面临着警报问题,在我的应用程序中,我需要应用程序中的警报服务来提醒用户完成他的任务。任务、时间和日期存储在数据库中。当时间、日期到达时,闹钟应用程序将显示一条弹出消息,其中包含我们在添加闹钟时存储在数据库中的文本。如何将存储在数据库中的文本消息作为通知传递到我的 AlarmService 类中。但我无法将文本传递给 ShowNotification() (我创建的)。我如何将文本传递给我的 ClaramService..

谢谢, 拉维

Here I am facing the problem with Alarm, In my app I need alarm service in my app to remind the user to do his task. The task, time, and Dates are stored in the database. When the time, date reached then the alarm app will show a pop up message with a text which we stored in the database while adding a alarm. How can I pass the text message which is stored in tne database as notification in my AlarmService class. But I am unable to pass aa text to ShowNotifiction() (which i created). How can I pass a text to my ClaramService..

thanks,
ravi

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

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

发布评论

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

评论(1

囚我心虐我身 2025-01-05 20:18:24

也许扩展 AlarmService 类,并在您的子类中具有设置通知文本的方法。

您在哪个类中创建了 ShowNotification() 方法?

Perhaps extend the AlarmService class and in your subclass have methods to set the notification text.

What class did you create a ShowNotification() method in?

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