-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ATS): add vuid manager #431
Conversation
odp/src/androidTest/java/com/optimizely/ab/android/odp/VuidManagerTest.kt
Outdated
Show resolved
Hide resolved
event-handler/src/androidTest/java/com/optimizely/ab/android/event_handler/EventDAOTest.java
Show resolved
Hide resolved
test-app/src/main/java/com/optimizely/ab/android/test_app/NotificationService.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM besides the probable typo with shered
.
Food for thought - what do you think about abstracting out VUID as its own class, separate from VUIDManager?
Was fun re-visiting Kotlin!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Summary
Add VuidManager which will create and manage a vuid:
Test plan
Issues