Skip to content
This repository was archived by the owner on Feb 7, 2019. It is now read-only.

Commit 2767500

Browse files
committed
Edit information about FCM configuration
1 parent 4b35673 commit 2767500

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -403,9 +403,9 @@ application.on(application.resumeEvent, function(args) {
403403

404404
Depending on the notification event and payload, the `onMessageReceived` callback is invoked with up to three arguments.
405405

406-
* `message` - *String*. A string representation of the `data.message` value in the notification payload.
407-
* `data` - *Object*. A JSON representation of the `data` value in the notification payload.
408-
* `notification` - `RemoteMessage.Notification`. A representation of the `RemoteMessage.Notification` class which can be accessed according to its public methods. This parameter is available in case the callback was called from a message with a `notification` key in the payload.
406+
* `message` - *String*. A string representation of the `data.message` value in the notification payload.
407+
* `data` - *Object*. A JSON representation of the `data` value in the notification payload.
408+
* `notification` - `RemoteMessage.Notification`. A representation of the `RemoteMessage.Notification` class which can be accessed according to its public methods. This parameter is available in case the callback was called from a message with a `notification` key in the payload.
409409

410410
#### Setting Notification Icon and Color
411411

0 commit comments

Comments
 (0)