Interface BackgroundEngineHook

    • Method Detail

      • onEnteringEnvironment

        void onEnteringEnvironment​(Map<String,​Object> environmentInformation)
        Hook executed when entering the background environment
        Parameters:
        environmentInformation - the environment information.
      • onLeavingEnvironment

        void onLeavingEnvironment​(Map<String,​Object> environmentInformation)
        Hook executed when leaving the background environment
        Parameters:
        environmentInformation - the environment information.