AzureNotificationRestApi 2.0.0
See the version list below for details.
dotnet add package AzureNotificationRestApi --version 2.0.0
NuGet\Install-Package AzureNotificationRestApi -Version 2.0.0
<PackageReference Include="AzureNotificationRestApi" Version="2.0.0" />
paket add AzureNotificationRestApi --version 2.0.0
#r "nuget: AzureNotificationRestApi, 2.0.0"
// Install AzureNotificationRestApi as a Cake Addin #addin nuget:?package=AzureNotificationRestApi&version=2.0.0 // Install AzureNotificationRestApi as a Cake Tool #tool nuget:?package=AzureNotificationRestApi&version=2.0.0
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);
Learn more about Target Frameworks and .NET Standard.
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhoneApp 8.1)
- Microsoft.Bcl (>= 1.1.10)
- Microsoft.Bcl.Build (>= 1.0.14)
- Microsoft.Net.Http (>= 2.2.29)
- Newtonsoft.Json (>= 9.0.1)
- PCLCrypto (>= 2.0.147)
- PInvoke.BCrypt (>= 0.3.2)
- PInvoke.Kernel32 (>= 0.3.2)
- PInvoke.NCrypt (>= 0.3.2)
- PInvoke.Windows.Core (>= 0.3.2)
- Validation (>= 2.2.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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