文件名称:Toast-notifications-sample
- 所属分类:
- C#编程
- 资源属性:
- [MacOS] [Windows] [Visual.Net] [源码]
- 上传时间:
- 2014-04-18
- 文件大小:
- 300kb
- 下载次数:
- 0次
- 提 供 者:
- mabrouk ********
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
This sample shows you how to use toast notifications, which are notifications sent from an app to the user. Toast appears as a pop-up notification in the upper right corner of the screen. A user can select the toast (touch or click) to launch the associated app. Toast notifications can be sent locally or through a web service. This sample demonstrates the functionality and features of local toast notifications and lets you preview all the toast template types.
The sample demonstrates the following scenarios:
Sending a text-only toast
Sending a toast that uses an image included in the app s package
Sending a toast that uses an image from the web
Specifying the sound that plays when a toast is displayed
Responding to events that arise from the user s response to the toast: a selection, a dismissal, or a time-out
Using long-duration toast
The sample demonstrates the following scenarios:
Sending a text-only toast
Sending a toast that uses an image included in the app s package
Sending a toast that uses an image from the web
Specifying the sound that plays when a toast is displayed
Responding to events that arise from the user s response to the toast: a selection, a dismissal, or a time-out
Using long-duration toast
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Toast notifications sample
..........................\C#
..........................\..\App.xaml
..........................\..\App.xaml.cs
..........................\..\images
..........................\..\......\microsoft-sdk.png
..........................\..\......\placeholder-sdk.png
..........................\..\......\smallTile-sdk.png
..........................\..\......\splash-sdk.png
..........................\..\......\squareTile-sdk.png
..........................\..\......\storeLogo-sdk.png
..........................\..\......\tile-sdk.png
..........................\..\......\toastImageAndText.png
..........................\..\......\windows-sdk.png
..........................\..\MainPage.xaml
..........................\..\MainPage.xaml.cs
..........................\..\NotificationsExtensions
..........................\..\.......................\BadgeContent.cs
..........................\..\.......................\Common.cs
..........................\..\.......................\ContentInterfaces.cs
..........................\..\.......................\NotificationsExtensions.csproj
..........................\..\.......................\Properties
..........................\..\.......................\..........\AssemblyInfo.cs
..........................\..\.......................\TileContent.cs
..........................\..\.......................\ToastContent.cs
..........................\..\Package.appxmanifest
..........................\..\Properties
..........................\..\..........\AssemblyInfo.cs
..........................\..\Sample-Utils
..........................\..\............\Constants.cs
..........................\..\............\SuspensionManager.cs
..........................\..\ScenarioInput1.xaml
..........................\..\ScenarioInput1.xaml.cs
..........................\..\ScenarioInput2.xaml
..........................\..\ScenarioInput2.xaml.cs
..........................\..\ScenarioInput3.xaml
..........................\..\ScenarioInput3.xaml.cs
..........................\..\ScenarioInput4.xaml
..........................\..\ScenarioInput4.xaml.cs
..........................\..\ScenarioInput5.xaml
..........................\..\ScenarioInput5.xaml.cs
..........................\..\ScenarioInput6.xaml
..........................\..\ScenarioInput6.xaml.cs
..........................\..\ScenarioList.xaml
..........................\..\ScenarioList.xaml.cs
..........................\..\ScenarioOutput1.xaml
..........................\..\ScenarioOutput1.xaml.cs
..........................\..\ScenarioOutput2.xaml
..........................\..\ScenarioOutput2.xaml.cs
..........................\..\ScenarioOutput3.xaml
..........................\..\ScenarioOutput3.xaml.cs
..........................\..\ScenarioOutput4.xaml
..........................\..\ScenarioOutput4.xaml.cs
..........................\..\ScenarioOutput5.xaml
..........................\..\ScenarioOutput5.xaml.cs
..........................\..\ScenarioOutput6.xaml
..........................\..\ScenarioOutput6.xaml.cs
..........................\..\ToastsSampleCS.csproj
..........................\..\ToastsSampleCS.sln
..........................\C# and C++
..........................\..........\App.xaml
..........................\..........\App.xaml.cpp
..........................\..........\App.xaml.h
..........................\..........\CppSamplesUtils.h
..........................\..........\images
..........................\..........\......\microsoft-sdk.png
..........................\..........\......\placeholder-sdk.png
..........................\..........\......\smallTile-sdk.png
..........................\..........\......\splash-sdk.png
..........................\..........\......\squareTile-sdk.png
..........................\..........\......\storeLogo-sdk.png
..........................\..........\......\tile-sdk.png
..........................\..........\......\toastImageAndText.png
..........................\..........\......\windows-sdk.png
..........................\..........\MainPage.xaml
..........................\..........\M