Question

The documentation for Azure Mobile Services server script does not contain any information for the Notification Hub object you can create by calling:

var azure = require('azure');
var hub = azure.createNotificationHubService('<hub name>', '<connection string>');

Does the documentation exist for this object?

I am trying to figure out the syntax to send a Template notification with a specific tag (the user id).

Was it helpful?

Solution

That object is comes from the Azure SDK for Node.js, which is available in GitHub. You can find the documentation specificatlly about notification hubs there as well, in the section about notification hubs.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top