Android-Rate icon indicating copy to clipboard operation
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?

Open arunrajgm opened this issue 7 years ago • 3 comments

arunrajgm avatar Apr 15 '17 12:04 arunrajgm

any answers?

TharakaDamayantha avatar Oct 23 '17 09:10 TharakaDamayantha

or will it be disabled automatically after rating ? :)

TharakaDamayantha avatar Oct 23 '17 09:10 TharakaDamayantha

@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();

AlexanderLS avatar May 08 '18 18:05 AlexanderLS