We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50dfe91 commit f6d01a4Copy full SHA for f6d01a4
README.md
@@ -320,12 +320,12 @@ event buffering by adding the following line to your Adjust settings in your
320
321
### 13. Disable tracking
322
323
-You can disable the adjust SDK from tracking by invoking the method `setEnable`
+You can disable the adjust SDK from tracking by invoking the method `setEnabled`
324
with the enabled parameter as `false`. This setting is remembered between sessions, but it can only
325
be activated after the first session.
326
327
```java
328
-Adjust.setEnable(false);
+Adjust.setEnabled(false);
329
```
330
331
You can verify if the adjust SDK is currently active with the method `isEnabled`. It is always possible
0 commit comments