文件名称:WindowsPhoneToastNotifications:适用于 Windows Phone Silverlight 应用程序的 InApp 通知系统
文件大小:579KB
文件格式:ZIP
更新时间:2024-07-26 06:46:10
C#
Windows Phone Toast 通知 Windows Phone Toast Notifications 是适用于 Windows Phone Silverlight 应用程序的 InApp 通知系统。 我们将在未来将其移植到通用应用程序中(提示:您可以分叉并启动移植;)) 目标 Windows Phone SDK 不提供任何工具来显示 InApp Toast。 即使存在一些替代方案,它们也不能满足我们的需求。 主要特点: 显示简单的吐司通知, 显示自定义 Toast 通知, 处理通知队列, 能够即时更新通知内容(如 WP 8.1 通知中心吐司) 代码示例 查看“WindowsPhoneToastNotifications.Demo”项目。 执照 Windows Phone Toast 通知是在 MIT 许可下获得许可的。 贡献者 该库由的移动团队创建。 您可以在上看到所
【文件预览】:
WindowsPhoneToastNotifications-master
----WindowsPhoneToastNotifications.Test()
--------LocalizedStrings.cs(400B)
--------MainPage.xaml(3KB)
--------App.xaml(963B)
--------MainPage.xaml.cs(895B)
--------App.xaml.cs(9KB)
--------Assets()
--------Resources()
--------WindowsPhoneToastNotifications.Test.csproj(6KB)
--------DispatcherExtensions.cs(2KB)
--------Properties()
--------ToastNotificationManagerTest.cs(7KB)
----LICENCE.md(1KB)
----WindowsPhoneToastNotifications.sln.GhostDoc.xml(913B)
----WindowsPhoneToastNotifications()
--------ToastCompletedEventArgs.cs(317B)
--------CustomToastNotification.cs(861B)
--------ToastNotificationManager.cs(7KB)
--------WindowsPhoneToastNotifications.csproj(5KB)
--------SimpleToastNotification.cs(1KB)
--------DismissStatus.cs(166B)
--------ToastNotificationBase.cs(11KB)
--------Properties()
----WindowsPhoneToastNotifications.sln(7KB)
----.gitignore(3KB)
----.tools()
--------WindowsPhoneToastNotifications.nuspec(845B)
--------NuGet.exe(1.59MB)
----buildnuget.cmd(180B)
----WindowsPhoneToastNotifications.Demo()
--------LocalizedStrings.cs(400B)
--------MainPage.xaml(2KB)
--------App.xaml(3KB)
--------MainPage.xaml.cs(4KB)
--------App.xaml.cs(9KB)
--------Assets()
--------Resources()
--------WindowsPhoneToastNotifications.Demo.csproj(7KB)
--------Properties()
----README.md(2KB)
----.gitattributes(483B)