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!
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!