A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
SELECTED_DECLINE — Constant Static Property, class com.distriqt.extension.applicationrater.events.ApplicationRaterEvent |
|
Dispatched when the user selected the "decline" button in the rate dialog
|
SELECTED_LATER — Constant Static Property, class com.distriqt.extension.applicationrater.events.ApplicationRaterEvent |
|
Dispatched when the user selected the "remind me later" button in the rate dialog. |
SELECTED_RATE — Constant Static Property, class com.distriqt.extension.applicationrater.events.ApplicationRaterEvent |
|
Dispatched when the user selected the "rate" button in the rate dialog. |
service — Static Property, class com.distriqt.extension.applicationrater.ApplicationRater |
|
The singleton instance of the Extension class. |
setApplicationId(applicationId:String, platform:String, applicationStore:String) — method, class com.distriqt.extension.applicationrater.ApplicationRater |
|
Sets the application id associated with this rate dialog. |
setDaysUntilPrompt(days:int) — method, class com.distriqt.extension.applicationrater.ApplicationRater |
|
Sets the number of days since first application launch to wait until
triggering a rate dialog prompt. |
setDialogMessage(message:String) — method, class com.distriqt.extension.applicationrater.ApplicationRater |
|
Sets the message to display in the rate dialog
|
setDialogTheme(theme:String) — method, class com.distriqt.extension.applicationrater.ApplicationRater |
|
Sets the theme to use for the dialog. |
setDialogTitle(title:String) — method, class com.distriqt.extension.applicationrater.ApplicationRater |
|
Sets the title of the rate dialog
|
setLabels(rateLabel:String, declineLabel:String, laterLabel:String) — method, class com.distriqt.extension.applicationrater.ApplicationRater |
|
Set the labels shown on the rate dialog button choices. |
setLaunchesUntilPrompt(launches:int) — method, class com.distriqt.extension.applicationrater.ApplicationRater |
|
Sets the number of launches since first application launch to wait until
triggering a rate dialog prompt. |
setSignificantEventsUntilPrompt(events:int) — method, class com.distriqt.extension.applicationrater.ApplicationRater |
|
Sets the number of significant user events to wait until triggering a rate dialog prompt. |
setTimeBeforeReminding(days:int) — method, class com.distriqt.extension.applicationrater.ApplicationRater |
|
Sets the number of days to wait until reminding the user to rate the application again. |
showRateDialog() — method, class com.distriqt.extension.applicationrater.ApplicationRater |
|
Shows the Application Rate Dialog
This function doesn't perform any checks so you should only call this function if you've set
autoPrompt to false and have checked the hasMetConditions function, or have performed your
own checks. |
state — Property, class com.distriqt.extension.applicationrater.ApplicationRater |
|
Retrieves the current state of the rating extension. |
STATE_DECLINED — Constant Static Property, class com.distriqt.extension.applicationrater.ApplicationRater |
|
Indicates that the user declined to rate the application by clicking on the "decline" button
|
STATE_LATER — Constant Static Property, class com.distriqt.extension.applicationrater.ApplicationRater |
|
Indicates that the user clicked on the "remind me later" button and the system will wait until the conditions have been met
|
STATE_MONITORING — Constant Static Property, class com.distriqt.extension.applicationrater.ApplicationRater |
|
Indicates that the extension is monitoring the system for conditions to display the rate dialog
|
STATE_PROMPT — Constant Static Property, class com.distriqt.extension.applicationrater.ApplicationRater |
|
Indicates that the extension has prompted the user to rate the application, ie that the rate dialog has been displayed
|
STATE_RATED — Constant Static Property, class com.distriqt.extension.applicationrater.ApplicationRater |
|
Indicates that the user has clicked on the "rate" button
|
STORE_AMAZON — Constant Static Property, class com.distriqt.extension.applicationrater.ApplicationRater |
|
Amazon Store
|
STORE_APPSTORE — Constant Static Property, class com.distriqt.extension.applicationrater.ApplicationRater |
|
Apple AppStore
|
STORE_DEFAULT — Constant Static Property, class com.distriqt.extension.applicationrater.ApplicationRater |
|
When this value is specified the default store will be used for the current platform. |
STORE_GOOGLEPLAY — Constant Static Property, class com.distriqt.extension.applicationrater.ApplicationRater |
|
Google Play Store
|
STORE_HUAWEI_APPGALLERY — Constant Static Property, class com.distriqt.extension.applicationrater.ApplicationRater |
|
Huawei App Gallery
|
STORE_SAMSUNG — Constant Static Property, class com.distriqt.extension.applicationrater.ApplicationRater |
|
Sumsung Galaxy Store
|
STORE_UNKNOWN — Constant Static Property, class com.distriqt.extension.applicationrater.ApplicationRater |
|
The app was installed from an unknown source, eg sideloaded on Android. |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |