public class GoogleServices
extends java.lang.Object
| Constructor and Description |
|---|
GoogleServices() |
| Modifier and Type | Method and Description |
|---|---|
protected GoogleCloudMessaging |
getInstance(android.content.Context context) |
java.lang.String |
getMessageType(android.content.Context context,
android.content.Intent intent) |
org.json.JSONObject |
getPushNotification(android.content.Context context,
android.content.Intent intent) |
java.lang.String |
getRegistrationId(android.content.Context context,
java.lang.String senderId) |
void |
isGooglePlayServicesAvailable(android.content.Context context) |
public java.lang.String getMessageType(android.content.Context context,
android.content.Intent intent)
public org.json.JSONObject getPushNotification(android.content.Context context,
android.content.Intent intent)
throws PushNotificationReceiverException
public java.lang.String getRegistrationId(android.content.Context context,
java.lang.String senderId)
throws java.io.IOException
java.io.IOExceptionpublic void isGooglePlayServicesAvailable(android.content.Context context)
throws UnavailableGooglePlayServicesException
protected GoogleCloudMessaging getInstance(android.content.Context context)