|
||||||||
PREV NEXT | FRAMES NO FRAMES |
isRegisteredOnServer(Context)
flag until it is considered expired.
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.isRegistered(Context)
property is valid.
setRegisteredOnServer(Context, boolean)
.
isRegistered(Context)
flag is valid.
|
||||||||
PREV NEXT | FRAMES NO FRAMES |