|
||||||||
PREV NEXT | FRAMES NO FRAMES |
GCMConstants.INTENT_TO_GCM_REGISTRATION
to get the application
id.
GCMConstants.INTENT_FROM_GCM_REGISTRATION_CALLBACK
to indicate
an error when the registration fails.
GCMConstants.INTENT_FROM_GCM_REGISTRATION_CALLBACK
to indicate
the registration id when the registration succeeds.
GCMConstants.INTENT_TO_GCM_REGISTRATION
to indicate the sender
account (a Google email) that owns the application.
GCMConstants.INTENT_FROM_GCM_MESSAGE
intent.
GCMConstants.INTENT_FROM_GCM_REGISTRATION_CALLBACK
to indicate
that the application has been unregistered.
IntentService
s responsible for
handling communication from Google Cloud Messaging service.BroadcastReceiver
that receives GCM messages and delivers them to
an application-specific GCMBaseIntentService
subclass.
|
||||||||
PREV NEXT | FRAMES NO FRAMES |