文件名称:node-ancs:一个node.js库,用于访问Apple Notification Center服务(ANCS)
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-08 09:55:04
JavaScript
ancs 一个node.js库,用于访问 安装 npm install ancs 先决条件 具有外设模式的应用程序的iOS 7设备,可显示ANCS 您的iOS设备将要求与Mac配对 用法 var ANCS = require ( 'ancs' ) ; 发现 ANCS . discover ( callback ( ancs ) ) ; 连接 ancs . connect ( callback ) ; 断开 ancs . disconnect ( callback ) ; 通知事件 ancs . on ( 'notification' , function ( notification ) { // ... } ) ; 通知具有以下属性 事件(以下之一): 添加 修改的 已移除 标志(数组): 沉默的 重要的 类别(之一): 其他 incomingCall 未
【文件预览】:
node-ancs-master
----index.js(40B)
----test.js(1KB)
----package.json(686B)
----LICENSE(1KB)
----.gitignore(111B)
----lib()
--------ancs.js(3KB)
--------notification.js(5KB)
----README.md(2KB)