Class | Description |
---|---|
GcmRegisterTask |
Registration task that registers the device in the GCM and gets the registration ID.
|
Registration |
Handles the complete registration process:
Register the device with GCM servers and retrieves the registration ID
Sends the registration ID to the SocialId Backend and retrieves the device ID
|
RegistrationTask |
Base class to split tasks that must be performed to complete a GCM registration.
|
SendToBackendTask |
Registration task that sends the registration ID to the backend and gets the device ID from the response.
|
StoreDefaultActivityClassNameTask |
Registration task that stores the default activity class name for notifications in the shared preferences.
|