- setCancelable(boolean) - Static method in class org.codechimp.apprater.AppRater
-
sets whether the rating dialog is cancelable or not, default is true.
- setDarkTheme() - Static method in class org.codechimp.apprater.AppRater
-
Sets dialog theme to dark
- setDontRemindButtonVisible(boolean) - Static method in class org.codechimp.apprater.AppRater
-
decides if No thanks button appear in dialog or not
- setLightTheme() - Static method in class org.codechimp.apprater.AppRater
-
Sets dialog theme to light
- setMarket(Market) - Static method in class org.codechimp.apprater.AppRater
-
Set an alternate Market, defaults to Google Play
- setNumDaysForRemindLater(int) - Static method in class org.codechimp.apprater.AppRater
-
sets number of day until rating dialog pops up for next time when remind
me later option is chosen
- setNumLaunchesForRemindLater(int) - Static method in class org.codechimp.apprater.AppRater
-
sets the number of launches until the rating dialog pops up for next time
when remind me later option is chosen
- setVersionCodeCheckEnabled(boolean) - Static method in class org.codechimp.apprater.AppRater
-
Decides if the version code check is active or not
- setVersionNameCheckEnabled(boolean) - Static method in class org.codechimp.apprater.AppRater
-
Decides if the version name check is active or not
- showRateDialog(Context) - Static method in class org.codechimp.apprater.AppRater
-
Call this method directly if you want to force a rate prompt, useful for
testing purposes