-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMP-5370 + CMP-4759 - Implement
setUser
function with `DidomiUserPa…
…rameters` and `initialize` function with `DidomiInitializeParameters` (#133) * rename sample application * update native SDKs * update appDelegate * updates suggested by `pod install` * implement `setUser` function with `DidomiUserParameters` * add / update tests for setUser function * remove unused variable * rename functions + refactor DidomiUserParameters / DidomiMultiUserParameters constructors * reset sync values before test * implement `initialize` function with `DidomiInitilalizeParameters` * fix doc * fix bulk tests by reseting the user before setting invalid user params * rename notice ID parameter for AndroidTV * deprecate `disableDidomiRemoteConfig` * update bridge version and changelog * fix typo * add missing change log item for version 2.9.0
- Loading branch information
1 parent
d61a767
commit 20f9959
Showing
24 changed files
with
3,421 additions
and
646 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
292 changes: 232 additions & 60 deletions
292
android/src/main/kotlin/io/didomi/fluttersdk/DidomiPlugin.kt
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.