Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (9 loc) · 1.51 KB

azure-notifications.md

File metadata and controls

17 lines (9 loc) · 1.51 KB

Azure Notification Hubs

Azure Notification Hubs provide an easy-to-use, multi-platform, scaled-out push engine. With a single cross-platform API call, you can easily send targeted and personalized push notifications to any mobile platform from any cloud or on-premises backend.

Learn how to get started with Azure Notification Hubs and UWP UWP.

General information about notification hubs.


The HubNotificationsService is in change of configuring the application with the Azure notifications service to allow the application to receive push notifications from a remote service in Azure. The service contains the InitializeAsync method that sets up the Hub Notifications. You must specify the hub name and the access signature before start working with Hub Notifications. There is more documentation about how to create and connect an Azure notifications service here.

Toast Notifications sent from Azure notification service should be handled in the same way as locally generated ones. See the toast notification docs for an example of how to do this.


Other useful information about notifications