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

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBizzle committed Aug 24, 2016
1 parent f42ac90 commit 13aa7ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ public function routeNotificationForIonicPush()
- `message()`: The message content of your notification (for all platforms). Can be overwritten by platform specific `message` method (see below).
- `sound()`: The title of your notification (for all platforms). Can be overwritten by platform specific `sound` method (see below).
- `payload()`: An array of data to send with your notification. Can be overwritten by platform specific `payload` method (see below).
- `scheduled()`: Schedule a notification for future delivery. Accept `DateTime` object or a date as a string.

#### iOS specific methods
[See here](http://docs.ionic.io/v2.0.0-beta/docs/push-sending-push#section-basic-api-usage) for full details on these methods.
Expand Down

0 comments on commit 13aa7ee

Please sign in to comment.