Making the number of sessions available
zeray01 opened this issue · 2 comments
zeray01 commented
Hello,
first let me thank you for this library!
I want to make the rating dialog visible after a certain amount of app starts. Could you create a getter for the session counter, so it is accessible?
Thank you!
alexjcrowley commented
"If you want the dialog to appear on the Nth session of the app, just add the session(N) to the dialog builder method and move the code to the onCreate() method of your Activity class. The dialog will appear when the app is opened for the Nth time." - README
Does this solve your issue? The library is intended to function in such a way that you don't need to worry about checking the session count.