proximiant.sdk.api
Class GcmBroadcastReceiver

java.lang.Object
  extended by android.content.BroadcastReceiver
      extended by android.support.v4.content.WakefulBroadcastReceiver
          extended by proximiant.sdk.api.GcmBroadcastReceiver

public class GcmBroadcastReceiver
extends android.support.v4.content.WakefulBroadcastReceiver


Nested Class Summary
 
Nested classes/interfaces inherited from class android.content.BroadcastReceiver
android.content.BroadcastReceiver.PendingResult
 
Field Summary
static java.lang.String myServiceClassName
           
 
Constructor Summary
GcmBroadcastReceiver()
           
 
Method Summary
 void onReceive(android.content.Context context, android.content.Intent intent)
           
 
Methods inherited from class android.support.v4.content.WakefulBroadcastReceiver
completeWakefulIntent, startWakefulService
 
Methods inherited from class android.content.BroadcastReceiver
abortBroadcast, clearAbortBroadcast, getAbortBroadcast, getDebugUnregister, getResultCode, getResultData, getResultExtras, goAsync, isInitialStickyBroadcast, isOrderedBroadcast, peekService, setDebugUnregister, setOrderedHint, setResult, setResultCode, setResultData, setResultExtras
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myServiceClassName

public static java.lang.String myServiceClassName
Constructor Detail

GcmBroadcastReceiver

public GcmBroadcastReceiver()
Method Detail

onReceive

public void onReceive(android.content.Context context,
                      android.content.Intent intent)
Specified by:
onReceive in class android.content.BroadcastReceiver