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
do I understand that in order to wait before the Rate dialog box appears I can use WAIT like AppRate.with(this).wait(3000)?
I guess something is missing forme there because Android Studio highlights the ".wait(3000)" line as erroneous with UnhandledException: java.lang.InterruptedException statement.
Would appreciate if you can point out what parameter I am missing to put in my ".wait()"
Thank you for your time!
The text was updated successfully, but these errors were encountered:
do I understand that in order to wait before the Rate dialog box appears I can use WAIT like AppRate.with(this).wait(3000)?
I guess something is missing forme there because Android Studio highlights the ".wait(3000)" line as erroneous with UnhandledException: java.lang.InterruptedException statement.
Would appreciate if you can point out what parameter I am missing to put in my ".wait()"
Thank you for your time!
The text was updated successfully, but these errors were encountered: