1.0.0 • Published 5 years ago

infrabel-plugin-pushnotifications v1.0.0

Weekly downloads
-
License
Apache 2.0
Repository
-
Last release
5 years ago

InfrabelPushNotifications

Extend Custom SAP Fiori Client to use Azure Notification Hubs

Set the following properties in appConfig.js :

var fiori_client_appConfig = { // The notification hub path. // If the full path to the notification hub is https://yourNamespace.notificationhubs.windows.net/yourHub, // then you would pass in "yourHub" for notificationPath. "notificationHubPath": "", // The connection string: // Endpoint=;SharedAccessKeyName=;SharedAccessKey= // Pleast note starts with sb:// "connectionString": "" };