我想在我的应用程序中显示通知
我找了找
http://zebble.net/docs/introduction-to-push-notifications
但我想用本地通知。我怎么能在泽布尔做这件事?
发布于 2017-04-25 11:16:00
您可以显示如下的本地通知:
await Device.LocalNotification.Show("Title", "The message body!");
https://stackoverflow.com/questions/43608198
复制相似问题