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 cc70d99 commit c24ef5fCopy full SHA for c24ef5f
src/main/java/com/huawei/push/examples/SendDataMessage.java
@@ -43,7 +43,7 @@ public void sendTransparent() throws HuaweiMesssagingException {
43
String token = "AND8rUp4etqJvbakK7qQoCVgFHnROXzH8o7B8fTl9rMP5VRFN83zU3Nvmabm3xw7e3gZjyBbp_wfO1jP-UyDQcZN_CtjBpoa7nx1WaVFe_3mqXMJ6nXJNUZcDyO_-k3sSw";
44
45
Message message = Message.builder()
46
- .setData("{'k1':'v1', 'k2':'v2'}")
+ .setData("{'key1':'value1', 'key2':'value2'}")
47
.setAndroidConfig(androidConfig)
48
.addToken(token)
49
.build();
0 commit comments