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 .
- 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.
- In iOS it does not respect the async.
- The system displays the prompt to a user a maximum of three times within a 365-day period.
- The alert will not appear in TestFlight versions
Field Configurations
Key | Type | Description | Default Value |
---|---|---|---|
"params" | Object | undefined | null |
Inherited
From Base Action
Base Action
Field Configurations
Key | Type | Description | Default Value |
---|---|---|---|
"dynamicParams" | Object | Dynamic params to retrieve data from a specific context e.g. a userSetting. | null |
"leadingDelimiter" | String | The leading mustache delimiter to use. | null |
"params" | Object,Array | Object containing the properties of the action. | null |
"trailingDelimiter" | String | The trailing mustache delimiter to use. | null |
"type" | String | Type 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.