Enable background tracking

By default, the Adjust SDK will pause the sending of requests when the app is running in the background. You can change this by calling the setSendInBackground method on your config instance:

Java
Javascript
adjustConfig.setSendInBackground(true);