File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 73497349 * completes.
73507350 *
73517351 * @param {String } cql, A CQL string, see <a href='https://cn.avoscloud.com/docs/cql_guide.html'>CQL Guide.</a>
7352+ * @param {Array } pvalues, An array contains placeholder values,it's optional.
7353+ * @param {Object } options A Backbone-style options object,it's optional.
73527354 * @return {AV.Promise } A promise that is resolved with the results when
7353- * the query completes.
7355+ * the query completes,it's optional .
73547356 */
73557357 AV . Query . doCloudQuery = function ( cql , options ) {
73567358 var params = { cql : cql } ;
89608962 * <li>expiration_interval - The seconds from now to expire the push.</li>
89618963 * <li>where - A AV.Query over AV.Installation that is used to match
89628964 * a set of installations to push to.</li>
8965+ * <li>cql - A CQL statement over AV.Installation that is used to match
8966+ * a set of installations to push to.</li>
89638967 * <li>data - The data to send as part of the push</li>
89648968 * <ol>
89658969 * @param {Object } options An object that has an optional success function,
You can’t perform that action at this time.
0 commit comments