public class AppRater
extends java.lang.Object
| Constructor and Description |
|---|
AppRater(android.content.Context context) |
| Modifier and Type | Method and Description |
|---|---|
AppRater |
appName(int title) |
AppRater |
appName(java.lang.String title) |
AppRater |
daysUntilPrompt(int daysUntilPrompt) |
AppRater |
icon(int icon) |
AppRater |
launchesUntilPrompt(int launchesUntilPromt) |
void |
show() |
void |
showRaterDialog() |
AppRater |
supportMail(java.lang.String developerMail) |
public AppRater appName(java.lang.String title)
public AppRater appName(int title)
public AppRater supportMail(java.lang.String developerMail)
public AppRater daysUntilPrompt(int daysUntilPrompt)
public AppRater launchesUntilPrompt(int launchesUntilPromt)
public AppRater icon(int icon)
public void show()
public void showRaterDialog()