AzureNotificationRestApi 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package AzureNotificationRestApi --version 2.0.0
                    
NuGet\Install-Package AzureNotificationRestApi -Version 2.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AzureNotificationRestApi" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AzureNotificationRestApi" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="AzureNotificationRestApi" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AzureNotificationRestApi --version 2.0.0
                    
#r "nuget: AzureNotificationRestApi, 2.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=AzureNotificationRestApi&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=AzureNotificationRestApi&version=2.0.0
                    
Install as a Cake Tool

Steps to integrate & use the Azure Send Notification library.

Step 1 : Add AzureNotificationRestApi Nuget package in your app Step 2 : Add PCLCrypto package in you platform specific project Step 3 : Use below Api to send the notification.

await APIManager.DataManagerInstance.PostNotifications("Namespace", "HubName", "Notification through your phone", "Food", PlatformEnum.all);


There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.8.0 1,902 11/21/2017
2.7.0 1,156 11/21/2017
2.6.0 1,136 11/21/2017
2.5.0 1,173 10/17/2017
2.4.0 1,170 10/16/2017
2.3.0 1,331 10/11/2017
2.2.0 1,143 10/11/2017
2.1.0 1,138 10/11/2017
2.0.0 1,297 10/11/2017
1.0.0 1,222 10/8/2017

Azure notification Messaging component does not provide send notification or get Tags apis.
This package covered below features in first release.
1. Send Notification directly  from app without backend system.
2. It communicates with azure notification hub using SAS Authentication mechanism
3. Get Tags/ Registration api's available in this release