Skip to main content

rating

Ask user to rate the app.

Android Behaviour -> Prompt users to submit Play Store ratings and reviews without the inconvenience of leaving your app .

  1. Using this action more than once during a short period of time (for example, less than a month) might not always display a dialog.

iOS Behaviour -> Shows a default system Alert.

  1. In iOS it does not respect the async.
  2. The system displays the prompt to a user a maximum of three times within a 365-day period.
  3. The alert will not appear in TestFlight versions

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.