CopaApp
Change of Plan Application
 All Classes Functions Variables Pages
Public Member Functions | Protected Member Functions | List of all members
unicopa.copa.app.gcm.GCMBroadcastReceiver Class Reference

BroadcastReceiver that receives GCM messages and delivers them to an application-specific GCMBaseIntentService subclass. More...

Inheritance diagram for unicopa.copa.app.gcm.GCMBroadcastReceiver:
Inheritance graph
Collaboration diagram for unicopa.copa.app.gcm.GCMBroadcastReceiver:
Collaboration graph

Public Member Functions

final void onReceive (Context context, Intent intent)
 

Protected Member Functions

String getGCMIntentServiceClassName (Context context)
 Gets the class name of the intent service that will handle GCM messages.
 

Detailed Description

BroadcastReceiver that receives GCM messages and delivers them to an application-specific GCMBaseIntentService subclass.

By default, the GCMBaseIntentService class belongs to the application main package and is named GCMConstants#DEFAULT_INTENT_SERVICE_CLASS_NAME. To use a new class, the getGCMIntentServiceClassName(Context) must be overridden.


The documentation for this class was generated from the following file: