-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separation of API, State, and Side Effects (#160)
* Separation of API, State and Side Effects. Largely left tests alone except for adding a couple and adjusting setup to accommodate changes. * Use consistent nullability pattern so we aren't converting between empty string and null with identifiers. Added proper deserializing of the profile attributes store property * There is indeed a better way to do that * Renamed some of the new classes and added new tests for them * Doc blocks, minor cleanup, naming conventions * Fix nullability test Don't need immutable profile to expose attributes, but would be good to expose single attribute getter * First round of PR comments * missed another arg label --------- Co-authored-by: Evan Masseau <>
- Loading branch information
1 parent
8a64598
commit 3c92609
Showing
25 changed files
with
1,128 additions
and
417 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
52 changes: 0 additions & 52 deletions
52
sdk/analytics/src/main/java/com/klaviyo/analytics/ProfileOperationQueue.kt
This file was deleted.
Oops, something went wrong.
149 changes: 0 additions & 149 deletions
149
sdk/analytics/src/main/java/com/klaviyo/analytics/UserInfo.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.