Skip to content

Commit

Permalink
Merge branch 'custom-keys' of https://github.com/cr0ybot/gcmpush
Browse files Browse the repository at this point in the history
# Conflicts:
#	documentation/index.md
#	example/app.js
#	manifest
#	src/nl/vanvianen/android/gcm/GCMIntentService.java
#	timodule.xml
  • Loading branch information
morinel committed Jan 21, 2016
2 parents e7085d5 + cb0c8f3 commit ce3a70a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions example/app.js
Expand Up @@ -21,10 +21,6 @@ gcm.registerPush({
localOnly: false, /* Whether this notification should be bridged to other devices */
priority: +2, /* Notification priority, from -2 to +2 */
bigText: false,
/* You can customize the key name of the title, message, and ticker values if you don't have control over how the notification is sent */
titleKey: 'title',
messageKey: 'message',
tickerKey: 'ticker',
/* You can also set a static value for title, message, or ticker. If you set a value here, the key will be ignored. */
// title: '',
// message: '',
Expand Down

0 comments on commit ce3a70a

Please sign in to comment.