public interface BackgroundEngineHook
| Modifier and Type | Method and Description |
|---|---|
void |
onEnteringEnvironment(Map<String,Object> environmentInformation)
Hook executed when entering the background environment
|
void |
onLeavingEnvironment(Map<String,Object> environmentInformation)
Hook executed when leaving the background environment
|
void onEnteringEnvironment(Map<String,Object> environmentInformation)
environmentInformation - the environment information.void onLeavingEnvironment(Map<String,Object> environmentInformation)
environmentInformation - the environment information.