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 a715a89 commit 443c564Copy full SHA for 443c564
android/src/main/java/cn/jiguang/plugins/push/common/JConstants.java
@@ -33,6 +33,7 @@ public class JConstants {
33
//通知消息
34
public static final String NOTIFICATION_EVENT_TYPE = "notificationEventType";
35
public static final String NOTIFICATION_MAX_NUMBER = "notificationMaxNumber";
36
+ public static final String NOTIFICATION_ID = "notificationId";
37
//cmd消息
38
public static final String COMMAND = "command";
39
public static final String COMMAND_EXTRA = "commandExtra";
0 commit comments