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

How to reset monitor launch times

Open bluedoctorhazan opened this issue 9 years ago • 1 comments

After user click no or cancle rating dialog, i want to reset app launch times. Help me!

bluedoctorhazan avatar May 14 '16 14:05 bluedoctorhazan

As I can see looking on source code, if you don't provide any callbacks, this is already the behavior, as you can see on the lines below (YesButton also sets opt out) ;-)

Callbacks are only needed if you want to do something else than the default behavior, actually you can't avoid default behavior if you see the source codes.

https://github.com/kobakei/Android-RateThisApp/blob/master/ratethisapp/src/main/java/com/kobakei/ratethisapp/RateThisApp.java#L221

https://github.com/kobakei/Android-RateThisApp/blob/master/ratethisapp/src/main/java/com/kobakei/ratethisapp/RateThisApp.java#L231

WKnak avatar Sep 23 '16 23:09 WKnak