With the GoogleCloudMessagingSerive it is possible to send push messages to Android devices. More...

Public Member Functions | |
| GoogleCloudMessagingService (CopaSystemContext context) | |
| Creates an object of GoogleCloudMessagingService. More... | |
| void | notify (Set< String > gcmKeys, String msg) |
| Send Push-messages to Android devices. More... | |
Static Public Attributes | |
| static final Logger | LOG |
With the GoogleCloudMessagingSerive it is possible to send push messages to Android devices.
| unicopa.copa.server.gcm.GoogleCloudMessagingService.GoogleCloudMessagingService | ( | CopaSystemContext | context) |
Creates an object of GoogleCloudMessagingService.
Note: You have to provide configuration in /gcm/googleCloudMessaging.properties for the GoogleCloudMessagingService to work.
| void unicopa.copa.server.gcm.GoogleCloudMessagingService.notify | ( | Set< String > | gcmKeys, |
| String | msg | ||
| ) |
Send Push-messages to Android devices.
| gcmKeys | the keys to identify the recipients |
| msg |
|
static |
1.8.4