android inventory agent 1.0.0

Code documentation

--- layout: codeDocumentation --- --- layout: codeDocumentation --- BootStartAgent
org.glpi.inventory.agent.broadcast

Class BootStartAgent

  • java.lang.Object
    • android.content.BroadcastReceiver
      • org.glpi.inventory.agent.broadcast.BootStartAgent


  • public class BootStartAgent
    extends android.content.BroadcastReceiver
    • Nested Class Summary

      • Nested classes/interfaces inherited from class android.content.BroadcastReceiver

        android.content.BroadcastReceiver.PendingResult
    • Constructor Summary

      Constructors 
      Constructor and Description
      BootStartAgent() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void onReceive(android.content.Context context, android.content.Intent intent)
      It sets an alarm after the user has finished booting
      • 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

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

      • BootStartAgent

        public BootStartAgent()
    • Method Detail

      • onReceive

        public void onReceive(android.content.Context context,
                              android.content.Intent intent)
        It sets an alarm after the user has finished booting
        Specified by:
        onReceive in class android.content.BroadcastReceiver
        Parameters:
        context - in which the receiver is running
        intent - being received
Back to top