Skip to main content
Version: 4.59

rating

Prompts the user to rate the application using the system's native default rating overlay without leaving the app itself.

note

Due to artificial limitations of the operating system providers, the correct functionality of this action is difficult to ensure. Using this action on Android more than once during a short period of time (e.g. less than a month) might not always display a dialog. On iOS the prompt will not show in TestFlight versions of the app. The system prompts the user a maximum of three times within a 365-day period. Furthermore, the mos. iOS app does not respect the async flag in this case.

Field Configurations

KeyTypeDescriptionDefault Value
"params"Objectundefinednull

Inherited

From Base Action

Base Action

Field Configurations

KeyTypeDescriptionDefault Value
"dynamicParams"ObjectDynamic params to retrieve data from a specific context e.g. a userSetting.null
"leadingDelimiter"StringThe leading mustache delimiter to use.null
"params"Object,ArrayObject containing the properties of the action.null
"trailingDelimiter"StringThe trailing mustache delimiter to use.null
"type"StringType name of the action.null

Examples

Example: Rate the App

{
"type": "rating"
}

The actions to be executed are specified in the actions parameter, in this case a rating action.

Result:

A rating action has been created.