diff options
Diffstat (limited to 'StoneIsland/plugins/phonegap-plugin-push/docs/EXAMPLES.md')
| -rw-r--r-- | StoneIsland/plugins/phonegap-plugin-push/docs/EXAMPLES.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/plugins/phonegap-plugin-push/docs/EXAMPLES.md b/StoneIsland/plugins/phonegap-plugin-push/docs/EXAMPLES.md index 32bc2e5f..8481e7bc 100644 --- a/StoneIsland/plugins/phonegap-plugin-push/docs/EXAMPLES.md +++ b/StoneIsland/plugins/phonegap-plugin-push/docs/EXAMPLES.md @@ -11,6 +11,7 @@ phonegap create my-app --template phonegap-template-push ```javascript var push = PushNotification.init({ android: { + senderID: "12345679" }, browser: { pushServiceURL: 'http://push.api.phonegap.com/v1/push' |
