Skip to content

Disable Tracking

Obaied edited this page Nov 2, 2016 · 2 revisions

You can disable the adjust SDK from tracking by invoking the method setEnabled of the Adjust instance with the enabled parameter as false. This setting is remembered between sessions, but it can only be activated after the first session.

Adjust.setEnabled(false);

You can verify if the adjust SDK is currently active with the method isEnabled of the Adjust instance. It is always possible to activate the adjust SDK by invoking setEnabled with the parameter set to true.

Clone this wiki locally