Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的应用中显示通知
我搜索并发现
http://zebble.net/docs/introduction-to-push-notifications
但我想使用本地通知。我怎样才能在 Zebble 中做到这一点?
您可以像这样显示本地通知:
await Device.LocalNotification.Show("Title", "The message body!");