Android-Rate
Android-Rate copied to clipboard
If the user was gave a rating after that no need to show the dialog after certain period .permanently disable that.How we can handle this?
any answers?
or will it be disabled automatically after rating ? :)
@arunrajgm @TharakaDamayantha In Vorlonsoft/AndroidRate release 1.1.7:
Dialog will be disabled automatically after the user click on the RateIt button. If you want to show the dialog again, call AppRate#clearAgreeShowDialog()
. Also remember Library can't check that the user rate your app, it can check that the user click on the RateIt button only.
Clear show dialog flag
When you want to show the dialog again, call AppRate#clearAgreeShowDialog()
.
AppRate.with(this).clearAgreeShowDialog();