A C G M O R S 

A

AmazonMarket - Class in org.codechimp.apprater
 
AmazonMarket() - Constructor for class org.codechimp.apprater.AmazonMarket
 
app_launched(Context) - Static method in class org.codechimp.apprater.AppRater
Call this method at the end of your OnCreate method to determine whether to show the rate prompt using the specified or default day, launch count values and checking if the version is changed or not
app_launched(Context, int, int, int, int) - Static method in class org.codechimp.apprater.AppRater
Call this method at the end of your OnCreate method to determine whether to show the rate prompt using the specified or default day, launch count values with additional day and launch parameter for remind me later option and checking if the version is changed or not
app_launched(Context, int, int) - Static method in class org.codechimp.apprater.AppRater
Call this method at the end of your OnCreate method to determine whether to show the rate prompt
ApplicationRatingInfo - Class in org.codechimp.apprater
 
AppRater - Class in org.codechimp.apprater
 
AppRater() - Constructor for class org.codechimp.apprater.AppRater
 

C

createApplicationInfo(Context) - Static method in class org.codechimp.apprater.ApplicationRatingInfo
 

G

getApplicationName() - Method in class org.codechimp.apprater.ApplicationRatingInfo
 
getApplicationVersionCode() - Method in class org.codechimp.apprater.ApplicationRatingInfo
 
getApplicationVersionName() - Method in class org.codechimp.apprater.ApplicationRatingInfo
 
getMarket() - Static method in class org.codechimp.apprater.AppRater
Get the currently set Market
getMarketURI(Context) - Method in class org.codechimp.apprater.AmazonMarket
 
getMarketURI(Context) - Method in class org.codechimp.apprater.GoogleMarket
 
getMarketURI(Context) - Method in interface org.codechimp.apprater.Market
 
GoogleMarket - Class in org.codechimp.apprater
 
GoogleMarket() - Constructor for class org.codechimp.apprater.GoogleMarket
 

M

Market - Interface in org.codechimp.apprater
 

O

org.codechimp.apprater - package org.codechimp.apprater
 

R

rateNow(Context) - Static method in class org.codechimp.apprater.AppRater
Call this method directly to go straight to play store listing for rating
resetData(Context) - Static method in class org.codechimp.apprater.AppRater
 

S

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
A C G M O R S