Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The plugin provides a service (androidGcmService) that has the following methods
The plugin can be configured with the following options (to be placed in the project Config.groovy):
- android.gcm.api.key - The GCM service API key. Must be passed as a method parameter if is not provided in the config
- android.gcm.time.to.live - The message TTL (2419200 by default)
- android.gcm.delay.'while'.idle - Should the message be delayed with the device is idle (false by default)
- android.gcm.delay.'while'.idle - Should the message be delayed when the device is idle (false by default)
- android.gcm.retries - Number of message sent retries (1 by default)

A sample project that uses the plugin is available in https://github.com/osoco/grails-android-gcm-server-example (the
Expand Down