Windows Phone 7 Mango,闹钟\提醒通知
是否可以自定义警报\提醒通知?删除\添加按钮或覆盖默认行为?
is it possible to customize the alarm\reminder notification? Delete\add buttons or override default behavior?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您实际上无法覆盖其余按钮或向其余按钮添加新按钮。当您从代码创建提醒时,您所能做的就是设置一个 NavigateUri,它定义用户决定单击提醒时将前往的位置。
Jessie Liberty 在他的博客上对 Mango 中的新提醒/警报功能进行了很好(且简短)的解释:http://jesseliberty.com/2011/04/29/whats-coming-in-mangoreminders/
You can't actually override or add new buttons to a remainder. All you can do when you create a reminder from your code, is to set a NavigateUri, which defines where your user is taken if decides to click on the reminder.
A good (and also brief) explanation of what new reminder/alarm features are in Mango, Jessie Liberty has on his blog: http://jesseliberty.com/2011/04/29/whats-coming-in-mangoreminders/