如何在 Zebble 中使用本地通知?
How can I use Local Notification in Zebble?
我想在我的应用程序中显示通知
我搜索并找到了
http://zebble.net/docs/introduction-to-push-notifications
但我想使用本地通知。
我怎样才能在 Zebble 中做到这一点?
您可以像这样显示本地通知:
await Device.LocalNotification.Show("Title", "The message body!");
我想在我的应用程序中显示通知
我搜索并找到了
http://zebble.net/docs/introduction-to-push-notifications
但我想使用本地通知。 我怎样才能在 Zebble 中做到这一点?
您可以像这样显示本地通知:
await Device.LocalNotification.Show("Title", "The message body!");