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 58613eb commit 51ba4abCopy full SHA for 51ba4ab
src/main/java/cn/jpush/api/report/ReceivedsResult.java
@@ -22,6 +22,14 @@ public static class Received {
22
@Expose
23
public long msg_id;
24
25
+ public int android_pns_sent;
26
+ @Expose
27
+ public int android_pns_received;
28
29
+ public int quickapp_jpush_received;
30
31
+ public int quickapp_pns_sent;
32
33
public int android_received;
34
35
public int ios_apns_sent;
0 commit comments