Android-RateThisApp icon indicating copy to clipboard operation
Android-RateThisApp copied to clipboard

Allow set message and title by String too

Open WKnak opened this issue 9 years ago • 0 comments

The moment we ask users to rate our App is very important, should be done nicely and in a not-disturbing way. To try to engage people, I want to set message in runtime, not only by StringRes id. So if I have a logged in customer, I want to show something like:

"Hello, William! Today we want to ask you a few seconds of your time to bla bla bla..."

This can be easily achieved by allowing access to Config object creating a .setMessage(String message) public method!

WKnak avatar Sep 27 '16 17:09 WKnak