Leanplum / Leanplum-Android-SDK

Leanplum's integrated solution delivers meaningful engagement across messaging and the in-app experience.
https://www.leanplum.com
Apache License 2.0
46 stars 40 forks source link

Support IAM caps #459

Closed hborisoff closed 3 years ago

hborisoff commented 3 years ago
What Where/Who
JIRA Issue SDK-423
People Involved @hborisoff

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.