Add functionality to support in-app message caps, configurable in dashboard.
You can set limit for in-app messages per day, week, and session.
Check documentation about all details of the changes.
Clock.java class was added to wrap usages of time interfaces and allow easier unit testing. Currently only ActionManager is updated to use it.
Add functionality to support in-app message caps, configurable in dashboard. You can set limit for in-app messages per day, week, and session. Check documentation about all details of the changes.
Clock.java
class was added to wrap usages of time interfaces and allow easier unit testing. Currently onlyActionManager
is updated to use it.