This NotificationService informs Android devices about updates by sending Google Cloud Messages.  
 More...
This NotificationService informs Android devices about updates by sending Google Cloud Messages. 
- Author
 - Felix Wiemuth, Philip Wendland 
 
 
  
  
      
        
          | void unicopa.copa.server.notification.GoogleCloudNotificationService.notifyClient  | 
          ( | 
          NotificationEvent  | 
          event,  | 
         
        
           | 
           | 
          int  | 
          userID  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | void unicopa.copa.server.notification.GoogleCloudNotificationService.notifyClients  | 
          ( | 
          SingleEventUpdate  | 
          update) |  | 
           | 
         
       
   | 
  
virtual   | 
  
 
Notify all users on their Android devices where the user has subscribed to get the specified SingleEventUpdate and has added the GCM key for the device to his UserSettings. 
- Parameters
 - 
  
    | update | the SingleEventUpdate to inform about  | 
  
   
Implements unicopa.copa.server.notification.NotificationService.
 
 
  
  
      
        
          | final Logger unicopa.copa.server.notification.GoogleCloudNotificationService.LOG | 
         
       
   | 
  
static   | 
  
 
Initial value:= Logger
        .getLogger(GoogleCloudNotificationService.class.getName())
 
 
 
The documentation for this class was generated from the following file:
- CopaServer/src/main/java/unicopa/copa/server/notification/GoogleCloudNotificationService.java