You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can read more about special partners and these integrations in our [guide to special partners.][special-partners]
256
253
257
-
### 9. Receive attribution change callback
254
+
### 10. Receive attribution change callback
258
255
259
256
You can register a callback to be notified of tracker attribution changes. Due to the different sources considered for attribution, this information can not by provided synchronously. Follow these steps to implement the optional callback in your application:
260
257
@@ -305,7 +302,7 @@ public class ExampleGUI : MonoBehaviour {
305
302
}
306
303
```
307
304
308
-
### 10. Disable tracking
305
+
### 11. Disable tracking
309
306
310
307
You can disable the adjust SDK from tracking by invoking the method `setEnabled`
311
308
with the enabled parameter as `false`. This setting is remembered betweensessions, butitcanonly
@@ -318,7 +315,7 @@ Adjust.setEnabled(false);
318
315
You can verify if the adjust SDK is currently active with the method `isEnabled`. It is alwayspossible
319
316
to activate the adjust SDK by invoking `setEnabled` with the `enabled` parameter set to `true`.
320
317
321
-
### 11. Offline mode
318
+
### 12. Offline mode
322
319
323
320
You can put the adjust SDK in offline mode to suspend transmission to ourservers,
0 commit comments