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
docs: add v6 Rokt migration notes
Document v6 Rokt migration details so integrators can update imports and type usage after moving Rokt APIs into rokt-kit.
Copy file name to clipboardExpand all lines: MIGRATING.md
+66Lines changed: 66 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -331,3 +331,69 @@ val state = ConsentState.builder()
331
331
332
332
ConsentState.builder().removeCCPAConsentState()
333
333
```
334
+
335
+
---
336
+
337
+
### Rokt API moved from `android-core` to `rokt-kit`
338
+
339
+
Rokt APIs are now owned by the Rokt kit module. Usage remains the same (`MParticle.getInstance().Rokt()`); update imports to use the kit package types.
0 commit comments