Skip navigation links
A B C D F G H I M N O P R S T W Y 

A

AMAZON - Static variable in class com.vorlonsoft.android.rate.StoreType
Amazon Appstore
AppCompatDialogManager - Class in com.vorlonsoft.android.rate
AppCompatDialogManager Class - v7 AppCompat library dialog manager class implements DialogManager interface of the AndroidRate library.
AppCompatDialogManager(Context, DialogOptions, StoreOptions) - Constructor for class com.vorlonsoft.android.rate.AppCompatDialogManager
 
AppCompatDialogManager.Factory - Class in com.vorlonsoft.android.rate
AppCompatDialogManager.Factory Class - v7 AppCompat library dialog manager factory class implements DialogManager.Factory interface of the AndroidRate library.
APPLE - Static variable in class com.vorlonsoft.android.rate.DialogType
Apple Rate Dialog
APPLE - Static variable in class com.vorlonsoft.android.rate.StoreType
Apple App Store
AppRate - Class in com.vorlonsoft.android.rate
AppRate Class - main class of the AndroidRate library, thread-safe and a fast singleton implementation.

B

BAZAAR - Static variable in class com.vorlonsoft.android.rate.StoreType
Cafe Bazaar
BLACKBERRY - Static variable in class com.vorlonsoft.android.rate.StoreType
BlackBerry World

C

CHINESESTORES - Static variable in class com.vorlonsoft.android.rate.StoreType
19 chinese app stores
CLASSIC - Static variable in class com.vorlonsoft.android.rate.DialogType
Classic Rate Dialog
clearAgreeShowDialog() - Method in class com.vorlonsoft.android.rate.AppRate
 
clearDialogManager() - Method in class com.vorlonsoft.android.rate.AppCompatDialogManager.Factory
Clear AppCompatDialogManager singleton.
clearDialogManager() - Method in interface com.vorlonsoft.android.rate.DialogManager.Factory
Clears DialogManager implementation singleton.
clearRemindButtonClick() - Method in class com.vorlonsoft.android.rate.AppRate
Clears shared preferences that were set up by clicking the Remind Button.
clearSettingsParam() - Method in class com.vorlonsoft.android.rate.AppRate
 
com.vorlonsoft.android.rate - package com.vorlonsoft.android.rate
AndroidRate Library
context - Variable in class com.vorlonsoft.android.rate.DefaultDialogManager
 
createDialog() - Method in class com.vorlonsoft.android.rate.AppCompatDialogManager
Creates Rate Dialog.
createDialog() - Method in class com.vorlonsoft.android.rate.DefaultDialogManager
Creates Rate Dialog.
createDialog() - Method in interface com.vorlonsoft.android.rate.DialogManager
Creates Rate Dialog.
createDialogManager(Context, DialogOptions, StoreOptions) - Method in class com.vorlonsoft.android.rate.AppCompatDialogManager.Factory
Creates AppCompatDialogManager singleton object.
createDialogManager(Context, DialogOptions, StoreOptions) - Method in interface com.vorlonsoft.android.rate.DialogManager.Factory
Creates DialogManager implementation singleton object.

D

DAY - Static variable in class com.vorlonsoft.android.rate.Time
Constant for unit of duration in milliseconds: day
DefaultDialogManager - Class in com.vorlonsoft.android.rate
DefaultDialogManager Class - default dialog manager class implements DialogManager interface of the AndroidRate library.
DefaultDialogManager(Context, DialogOptions, StoreOptions) - Constructor for class com.vorlonsoft.android.rate.DefaultDialogManager
 
DialogManager - Interface in com.vorlonsoft.android.rate
DialogManager Interface - dialog manager interface of the AndroidRate library.
DialogManager.Factory - Interface in com.vorlonsoft.android.rate
DialogManager.Factory Interface - dialog manager factory interface of the AndroidRate library.
dialogOptions - Variable in class com.vorlonsoft.android.rate.DefaultDialogManager
 
DialogOptions - Class in com.vorlonsoft.android.rate
DialogOptions Class - dialog options class of the AndroidRate library.
DialogType - Class in com.vorlonsoft.android.rate
DialogType Class - dialog type class of the AndroidRate library.
DialogType.AnyDialogType - Annotation Type in com.vorlonsoft.android.rate
Annotates element of integer type.
dismissListener - Variable in class com.vorlonsoft.android.rate.DefaultDialogManager
 
dismissRateDialog() - Method in class com.vorlonsoft.android.rate.AppRate
Dismisses Rate Dialog, removing it from the screen, and clears weak reference dialog object.

F

Factory() - Constructor for class com.vorlonsoft.android.rate.AppCompatDialogManager.Factory
 

G

getAppCompatDialogBuilder(Context, int) - Method in class com.vorlonsoft.android.rate.AppCompatDialogManager
Creates AlertDialog.Builder.
getCancelable() - Method in class com.vorlonsoft.android.rate.DialogOptions
 
getDialogBuilder(Context, int) - Method in class com.vorlonsoft.android.rate.DefaultDialogManager
getMessageText(Context) - Method in class com.vorlonsoft.android.rate.DialogOptions
 
getNegativeText(Context) - Method in class com.vorlonsoft.android.rate.DialogOptions
 
getNeutralText(Context) - Method in class com.vorlonsoft.android.rate.DialogOptions
 
getPositiveText(Context) - Method in class com.vorlonsoft.android.rate.DialogOptions
 
getStoreType() - Method in class com.vorlonsoft.android.rate.AppRate
Gets the app store type from library options.
getThemeResId() - Method in class com.vorlonsoft.android.rate.DialogOptions
 
getTitleText(Context) - Method in class com.vorlonsoft.android.rate.DialogOptions
 
getView() - Method in class com.vorlonsoft.android.rate.DialogOptions
 
GOOGLEPLAY - Static variable in class com.vorlonsoft.android.rate.StoreType
Google Play

H

HOUR - Static variable in class com.vorlonsoft.android.rate.Time
Constant for unit of duration in milliseconds: hour

I

incrementEventCount(String) - Method in class com.vorlonsoft.android.rate.AppRate
 
INTENT - Static variable in class com.vorlonsoft.android.rate.StoreType
Any custom intents
isDebug() - Method in class com.vorlonsoft.android.rate.AppRate
Checks if the library is in Debug mode.
isShowingRateDialog() - Method in class com.vorlonsoft.android.rate.AppRate
Checks whether the Rate Dialog is currently showing.

M

MI - Static variable in class com.vorlonsoft.android.rate.StoreType
Mi Appstore (Xiaomi Market)
MILLISECOND - Static variable in class com.vorlonsoft.android.rate.Time
Constant for unit of duration in milliseconds: millisecond
MINUTE - Static variable in class com.vorlonsoft.android.rate.Time
Constant for unit of duration in milliseconds: minute
MODERN - Static variable in class com.vorlonsoft.android.rate.DialogType
Modern Rate Dialog
monitor() - Method in class com.vorlonsoft.android.rate.AppRate
Monitors launches of the application.
MONTH - Static variable in class com.vorlonsoft.android.rate.Time
Constant for unit of duration in milliseconds: month

N

negativeListener - Variable in class com.vorlonsoft.android.rate.DefaultDialogManager
 
neutralListener - Variable in class com.vorlonsoft.android.rate.DefaultDialogManager
 

O

onClickButton(byte) - Method in interface com.vorlonsoft.android.rate.OnClickButtonListener
 
OnClickButtonListener - Interface in com.vorlonsoft.android.rate
OnClickButtonListener Interface - on click button listener interface of the AndroidRate library.
OTHER - Static variable in class com.vorlonsoft.android.rate.StoreType
Any other Store

P

positiveListener - Variable in class com.vorlonsoft.android.rate.DefaultDialogManager
 

R

rateNow(Activity) - Method in class com.vorlonsoft.android.rate.AppRate
Call this method directly if you want to send a user to rate your app right in the app store.

S

SAMSUNG - Static variable in class com.vorlonsoft.android.rate.StoreType
Samsung Galaxy Apps
SECOND - Static variable in class com.vorlonsoft.android.rate.Time
Constant for unit of duration in milliseconds: second
set365DayPeriodMaxNumberDialogLaunchTimes(short) - Method in class com.vorlonsoft.android.rate.AppRate
Sets the max number of occurrences of the display of the Rate Dialog within a 365-day period.
setAgreeShowDialog(boolean) - Method in class com.vorlonsoft.android.rate.AppRate
 
setCancelable(boolean) - Method in class com.vorlonsoft.android.rate.AppRate
Sets whether the rating dialog is cancelable or not.
setContext(Context) - Method in class com.vorlonsoft.android.rate.DefaultDialogManager
 
setDebug(boolean) - Method in class com.vorlonsoft.android.rate.AppRate
Debug mode.
setDialogManagerFactory(DialogManager.Factory) - Method in class com.vorlonsoft.android.rate.AppRate
Sets DialogManager.Factory implementation.
setEventCountValue(String, short) - Method in class com.vorlonsoft.android.rate.AppRate
 
setInstallDays(byte) - Method in class com.vorlonsoft.android.rate.AppRate
Sets the minimal number of days until the Rating Dialog pops up for the first time.
setLaunchTimes(byte) - Method in class com.vorlonsoft.android.rate.AppRate
Sets the minimum number of launches until the rating dialog pops up for the first time.
setMessage(int) - Method in class com.vorlonsoft.android.rate.AppRate
 
setMessage(String) - Method in class com.vorlonsoft.android.rate.AppRate
 
setMinimumEventCount(String, short) - Method in class com.vorlonsoft.android.rate.AppRate
 
setOnClickButtonListener(OnClickButtonListener) - Method in class com.vorlonsoft.android.rate.AppRate
Specifies the callback when the button of Rate Dialog is pressed.
setRemindInterval(byte) - Method in class com.vorlonsoft.android.rate.AppRate
Sets the minimal number of days until the Rating Dialog pops up for the next time after neutral button clicked.
setRemindLaunchesNumber(byte) - Method in class com.vorlonsoft.android.rate.AppRate
Sets the minimal number of app's launches after neutral button clicked until the Rating Dialog pops up next time.
setRemindLaunchTimes(byte) - Method in class com.vorlonsoft.android.rate.AppRate
Deprecated.
since 1.2.0, use AppRate.setSelectedAppLaunches(byte) with the same param instead
setRemindTimeToWait(long, short) - Method in class com.vorlonsoft.android.rate.AppRate
Sets the minimal number of time units until the Rating Dialog pops up for the next time after neutral button clicked.
setSelectedAppLaunches(byte) - Method in class com.vorlonsoft.android.rate.AppRate
Selects App launches.
setShowLaterButton(boolean) - Method in class com.vorlonsoft.android.rate.AppRate
Decides whether the Neutral button ("Remind me later") appears in the Rating Dialog or not.
setShowNeverButton(boolean) - Method in class com.vorlonsoft.android.rate.AppRate
Decides if Never button appear in the rating dialog or not
setShowTitle(boolean) - Method in class com.vorlonsoft.android.rate.AppRate
 
setStoreType(int) - Method in class com.vorlonsoft.android.rate.AppRate
Sets one of the app stores defined by StoreType.StoreWithoutApplicationId to the Positive button.
setStoreType(int, long) - Method in class com.vorlonsoft.android.rate.AppRate
Sets one of the app stores defined by StoreType.StoreWithApplicationId to the Positive button.
setStoreType(String...) - Method in class com.vorlonsoft.android.rate.AppRate
Sets any other app store/stores to the Positive button.
setStoreType(Intent...) - Method in class com.vorlonsoft.android.rate.AppRate
Sets custom action to the Positive button.
setTextLater(int) - Method in class com.vorlonsoft.android.rate.AppRate
 
setTextLater(String) - Method in class com.vorlonsoft.android.rate.AppRate
 
setTextNever(int) - Method in class com.vorlonsoft.android.rate.AppRate
 
setTextNever(String) - Method in class com.vorlonsoft.android.rate.AppRate
 
setTextRateNow(int) - Method in class com.vorlonsoft.android.rate.AppRate
 
setTextRateNow(String) - Method in class com.vorlonsoft.android.rate.AppRate
 
setThemeResId(int) - Method in class com.vorlonsoft.android.rate.AppRate
Sets dialog theme.
setTimeToWait(long, short) - Method in class com.vorlonsoft.android.rate.AppRate
Sets the minimal number of time units until the Rating Dialog pops up for the first time.
setTitle(int) - Method in class com.vorlonsoft.android.rate.AppRate
 
setTitle(String) - Method in class com.vorlonsoft.android.rate.AppRate
 
setVersionCodeCheck(boolean) - Method in class com.vorlonsoft.android.rate.AppRate
Sets the check whether the version code of the app is changed.
setVersionNameCheck(boolean) - Method in class com.vorlonsoft.android.rate.AppRate
Sets the check whether the version name of the app is changed.
setView(View) - Method in class com.vorlonsoft.android.rate.AppRate
 
shouldShowNegativeButton() - Method in class com.vorlonsoft.android.rate.DialogOptions
 
shouldShowNeutralButton() - Method in class com.vorlonsoft.android.rate.DialogOptions
 
shouldShowRateDialog() - Method in class com.vorlonsoft.android.rate.AppRate
Call this method to determine whether conditions to show the rate dialog meets or not.
shouldShowTitle() - Method in class com.vorlonsoft.android.rate.DialogOptions
 
showListener - Variable in class com.vorlonsoft.android.rate.DefaultDialogManager
 
showRateDialog(Activity) - Method in class com.vorlonsoft.android.rate.AppRate
Call this method directly if you want to force display of the Rate Dialog.
showRateDialogIfMeetsConditions(Activity) - Static method in class com.vorlonsoft.android.rate.AppRate
Shows the Rate Dialog when conditions are met.
SLIDEME - Static variable in class com.vorlonsoft.android.rate.StoreType
SlideME Marketplace
StoreOptions - Class in com.vorlonsoft.android.rate
StoreOptions Class - store options class of the AndroidRate library.
StoreType - Class in com.vorlonsoft.android.rate
StoreType Class - store type class of the AndroidRate library.
StoreType.AnyStoreType - Annotation Type in com.vorlonsoft.android.rate
Annotates element of integer type.
StoreType.StoreWithApplicationId - Annotation Type in com.vorlonsoft.android.rate
Annotates element of integer type.
StoreType.StoreWithoutApplicationId - Annotation Type in com.vorlonsoft.android.rate
Annotates element of integer type.

T

TENCENT - Static variable in class com.vorlonsoft.android.rate.StoreType
Tencent App Store
Time - Class in com.vorlonsoft.android.rate
Time Class - time units class of the AndroidRate library.
Time.TimeUnits - Annotation Type in com.vorlonsoft.android.rate
Annotates element of long type.

W

WEEK - Static variable in class com.vorlonsoft.android.rate.Time
Constant for unit of duration in milliseconds: week
with(Context) - Static method in class com.vorlonsoft.android.rate.AppRate
 

Y

YANDEX - Static variable in class com.vorlonsoft.android.rate.StoreType
Yandex.Store
YEAR - Static variable in class com.vorlonsoft.android.rate.Time
Constant for unit of duration in milliseconds: year
A B C D F G H I M N O P R S T W Y 
Skip navigation links