-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Java] rework event module #63
Conversation
fix: update version to 23.8.0
…ntly-sdk-java into remake_events_module
fix: update version to 23.8.0 (#60)
…ntly-sdk-java into remake_events_module
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.
Move utility calls to a utility function.
Pull some additions out to a separate PR
Depracate "invalid" and the "event" call in usage" and the "event" interface
sdk-java/src/main/java/ly/count/sdk/java/internal/ModuleEvents.java
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.
finish refactoring tests
sdk-java/src/main/java/ly/count/sdk/java/internal/ModuleEvents.java
Outdated
Show resolved
Hide resolved
sdk-java/src/main/java/ly/count/sdk/java/internal/EventImplQueue.java
Outdated
Show resolved
Hide resolved
sdk-java/src/main/java/ly/count/sdk/java/internal/EventImplQueue.java
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.
rename "EventImplQueue" to "EventQueue"
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.
Add tests for event queue
Add tests to validate the event threshold functionality
No description provided.