How to reset monitor launch times
After user click no or cancle rating dialog, i want to reset app launch times. Help me!
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