Skip to content

Commit 7279405

Browse files
committed
example add subtitle
1 parent b161980 commit 7279405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/main/java/cn/jpush/api/examples/PushExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ public static void testSendIosAlert() {
223223
JPushClient jpushClient = new JPushClient(masterSecret, appKey);
224224

225225
IosAlert alert = IosAlert.newBuilder()
226-
.setTitleAndBody("test alert", "test ios alert json")
226+
.setTitleAndBody("test alert", "subtitle", "test ios alert json")
227227
.setActionLocKey("PLAY")
228228
.build();
229229
try {

0 commit comments

Comments
 (0)