Info
Version: | 3.3.2 |
Author(s): | Adam Pedley, Egor Bogatov |
Last Update: | Sunday, March 4, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/EgorBo/Toasts.Forms.Plugin |
NuGet Url: | https://www.nuget.org/packages/Toasts.Forms.Plugin |
Install
Install-Package Toasts.Forms.Plugin
dotnet add package Toasts.Forms.Plugin
paket add Toasts.Forms.Plugin
Toasts.Forms.Plugin Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.1
No dependencies.
- Xamarin.Android.Support.v7.AppCompat(>= 23.3.0 && <= 23.3.0)
- Xamarin.Android.Support.v7.AppCompat(>= 23.3.0)
No dependencies.
No dependencies.
Tags
Ensure you call ToastNotification.Init(); and register the dependency in each project.
DependencyService.Register<ToastNotification>();
Read the full documentation on the projects page.