BroadcastReceiver that receives GCM messages and delivers them to an application-specific GCMBaseIntentService subclass. More...
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. | |
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.