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 b161980 commit 7279405Copy full SHA for 7279405
example/main/java/cn/jpush/api/examples/PushExample.java
@@ -223,7 +223,7 @@ public static void testSendIosAlert() {
223
JPushClient jpushClient = new JPushClient(masterSecret, appKey);
224
225
IosAlert alert = IosAlert.newBuilder()
226
- .setTitleAndBody("test alert", "test ios alert json")
+ .setTitleAndBody("test alert", "subtitle", "test ios alert json")
227
.setActionLocKey("PLAY")
228
.build();
229
try {
0 commit comments