使用 MonoDroid C# 显示状态栏通知
如何使用 C# 通过 MonoDroid 显示状态栏通知?
有人能给我举个例子吗?
谢谢。
How can I show a status bar notification with MonoDroid using C#?
Can someone give me an example?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您想要使用 Android.App.Notification 和 < a href="http://docs.monodroid.net/index.aspx?link=T:Android.App.NotificationManager" rel="noreferrer">Android.App.NotificationManager,例如来自 LocalService.ShowNotification():
You want to use Android.App.Notification and Android.App.NotificationManager, for example from LocalService.ShowNotification():
您可以查看以下链接,并点赞页面以查看更多信息:
https://www.facebook.com/pages /M%C3%A3-Ngu%E1%BB%93n/371039113001844
You can see below link, and like page to see more:
https://www.facebook.com/pages/M%C3%A3-Ngu%E1%BB%93n/371039113001844
尝试 PushSharp:
https://github.com/Redth/PushSharp
这对我来说非常有用。
Try PushSharp:
https://github.com/Redth/PushSharp
It worked great for me.