We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc42aa commit 160baedCopy full SHA for 160baed
src/push.js
@@ -20,7 +20,8 @@ module.exports = function(AV) {
20
* a set of installations to push to.
21
* @param {String} [data.cql] A CQL statement over AV.Installation that is used to match
22
23
- * @param {Date} data.data The data to send as part of the push
+ * @param {Object} data.data The data to send as part of the push.
24
+ More details: https://url.leanapp.cn/pushData
25
* @param {AuthOptions} [options]
26
* @return {Promise}
27
*/
0 commit comments