We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f1346e commit 3c5c408Copy full SHA for 3c5c408
docs/cloud-messaging/receive.md
@@ -376,9 +376,11 @@ Here's how to use the second method:
376
377
```json
378
{
379
- "data": {
380
- "title_loc_key": "notification_title",
381
- "body_loc_key": "notification_message"
+ "android": {
+ "notification": {
+ "title_loc_key": "notification_title",
382
+ "body_loc_key": "notification_message"
383
+ }
384
}
385
386
```
@@ -403,9 +405,13 @@ Here's how to use the second method:
403
405
404
406
407
- "title_loc_key": "NOTIFICATION_TITLE",
408
- "body_loc_key": "NOTIFICATION_MESSAGE"
+ "apns": {
409
+ "payload": {
410
+ "alert": {
411
+ "title-loc-key": "NOTIFICATION_TITLE",
412
+ "loc-key": "NOTIFICATION_MESSAGE"
413
414
415
416
417
0 commit comments