文件名称:C# 实现像toast的提示
文件大小:2.5MB
文件格式:ZIP
更新时间:2021-09-13 09:24:02
c# android Toast 提示
C# 实现像android toast的提示。不想做修改的话,直接调用就能使用,如想做的更加个性化,可自行修改。 var toast = new Toast("标题", "提示内容", 2(保持时间), 0x0(动画效果), 0x0); toast.Show();
【文件预览】:
C#实现像toast的提示-notifications
----.gitignore(562B)
----README.md(2KB)
----.vs()
--------WindowsToastNotifications()
----WindowsToastNotifications.sln(975B)
----ToastNotifications()
--------bin()
--------obj()
--------NotificationLauncher.resx(6KB)
--------Properties()
--------Program.cs(451B)
--------Toast-Notifications.csproj(5KB)
--------Notification.resx(171KB)
--------Notification.designer.cs(5KB)
--------FormAnimator.cs(4KB)
--------NotificationLauncher.Designer.cs(11KB)
--------NotificationLauncher.cs(3KB)
--------Sounds()
--------NativeMethods.cs(963B)
--------Notification.cs(3KB)
--------NotificationInfo.cs(857B)