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.
2 parents 00c6e89 + 21b64d5 commit 773f1dcCopy full SHA for 773f1dc
index.js
@@ -259,7 +259,8 @@ export default class JPush {
259
*
260
* @param {"messageID":String,"title":String,"content":String,"extras":{String:String}}
261
262
- * messageID:唯一标识通知消息的ID,可用于移除消息
+ * messageID:唯一标识通知消息的ID,可用于移除消息。
263
+ * android用到的是int,ios用到的是String,rn这边提供接口的时候统一改成了String,然后android拿到String转int。输入messageID的时候需要int值范围在[1,2147483647]然后转成String。
264
265
* title:对应“通知标题”字段
266
0 commit comments