Class BootCompletedIntentReceiver

  • All Implemented Interfaces:

    
    public class BootCompletedIntentReceiver
    extends PointrBroadcastReceiver<T>
                        

    Created by elicandoenyas on 29/05/17.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void handleBroadcast(@NonNull() Context context, @NonNull() Intent intent) this callback is triggered when a broadcast is sent upon device boot or manually via alarm manager as pending intent
      • Methods inherited from class com.pointrlabs.core.receiver.PointrBroadcastReceiver

        addListener, onReceive, removeListener
      • Methods inherited from class android.content.BroadcastReceiver

        abortBroadcast, clearAbortBroadcast, getAbortBroadcast, getDebugUnregister, getResultCode, getResultData, getResultExtras, getSentFromPackage, getSentFromUid, goAsync, isInitialStickyBroadcast, isOrderedBroadcast, onReceive, peekService, setDebugUnregister, setOrderedHint, setResult, setResultCode, setResultData, setResultExtras
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BootCompletedIntentReceiver

        BootCompletedIntentReceiver()
    • Method Detail

      • handleBroadcast

         void handleBroadcast(@NonNull() Context context, @NonNull() Intent intent)

        this callback is triggered when a broadcast is sent upon device boot or manually via alarm manager as pending intent