Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
Few edits (#1179)
Browse files Browse the repository at this point in the history
  • Loading branch information
spgitmonish authored and macdonst committed Aug 26, 2016
1 parent 59800a9 commit f90b4bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/PAYLOAD.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The following flowchart attempts to give you a picture of what happens when a pu

- The push plugin receives the data from the remote push service and checks to see if there is a title or message in the data received. If there is then the message will be displayed in the devices notification center.
- Then the push plugin checks to see if the app is running. If the user has killed the application then no further processing of the push data will occur.
- If they app is running in the background the push plugin then checks to see if `content-available` exists in the push data.
- If the app is running in the background the push plugin then checks to see if `content-available` exists in the push data.
- If `content-available` is set to `1` then the plugin calls all of your `notification` event handlers.

## User clicks on notification in notification center
Expand Down Expand Up @@ -424,7 +424,7 @@ service.send(message, { registrationTokens: [ deviceID ] }, function (err, respo
});
```

You will only see both "Push number 1" and "Push number 2" in the shade.
You will see both "Push number 1" and "Push number 2" in the shade.

## Inbox Stacking

Expand Down

0 comments on commit f90b4bb

Please sign in to comment.