Package im.getsocial.sdk
Class PushNotificationsReceiver
- java.lang.Object
-
- android.content.BroadcastReceiver
-
- im.getsocial.sdk.PushNotificationsReceiver
-
public class PushNotificationsReceiver extends android.content.BroadcastReceiver
This receiver is used to process GetSocial push notifications. You don't need to include it tou your manifest, it will be added automatically by the library.
-
-
Constructor Summary
Constructors Constructor Description PushNotificationsReceiver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onReceive(android.content.Context context, android.content.Intent intent)
-
Methods inherited from class android.content.BroadcastReceiver
abortBroadcast, clearAbortBroadcast, getAbortBroadcast, getDebugUnregister, getResultCode, getResultData, getResultExtras, goAsync, isInitialStickyBroadcast, isOrderedBroadcast, peekService, setDebugUnregister, setOrderedHint, setResult, setResultCode, setResultData, setResultExtras
-
-