【问题标题】:Documentation for Azure Notification Hub in Mobile Services server script移动服务服务器脚本中的 Azure 通知中心文档
【发布时间】:2013-09-15 22:25:17
【问题描述】:

Azure Mobile Services server script 的文档不包含您可以通过调用创建的通知中心对象的任何信息:

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

此对象的文档是否存在?

我正在尝试找出发送带有特定标签(用户 ID)的模板通知的语法。

【问题讨论】:

    标签: azure azure-mobile-services azure-notificationhub


    【解决方案1】:

    该对象来自Azure SDK for Node.js,可在 GitHub 中找到。您也可以在 section about notification hubs 中找到有关通知中心的文档。

    【讨论】:

    • 感谢@carlosfigueira。看起来文档只指定了本机发送方法,而不是模板发送方法。但是,我通过反复试验弄明白了。
    猜你喜欢
    • 2013-12-10
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多