You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I would like to implement method similar to setRemindInterval but it would take number of launches of the app instead of days. Name proposition is setRemindLaunchTimes. It would allow us to show the dialog again after for example next 5 launches. @hotchemi what do you think?
The text was updated successfully, but these errors were encountered:
I checked the code and it looks like if we go for it then this will be complicated much more.
I'm also wondering what will happen when we setup for example:
.setInstallDays(10)
.setLaunchTimes(3)
Will it be shown after 3rd launch which has been made before 10th day? I think it's not. Is it intended?
I've created a pull request for this feature as I am also looking for this. I'm not 100% certain I updated everything I needed and didn't see any tests but hoping this does the trick...
Hi. I would like to implement method similar to
setRemindInterval
but it would take number of launches of the app instead of days. Name proposition issetRemindLaunchTimes
. It would allow us to show the dialog again after for example next 5 launches. @hotchemi what do you think?The text was updated successfully, but these errors were encountered: