RateAppAction
Action to link users to the rating section of their respective app store directly or through a prompt.
Accepted situations: SITUATION_MANUAL_INVOCATION, SITUATION_WEB_VIEW_INVOCATION, SITUATION_PUSH_OPENED, SITUATION_AUTOMATION, and SITUATION_FOREGROUND_NOTIFICATION_ACTION_BUTTON.
Expected argument values: ``show_link_prompt``: Optional Boolean. If NO action will link directly to the Amazon or Play store review page, if YES action will display a rating prompt. Defaults to NO if null. ``title``: Optional String. String to override the link prompt's title. Header defaults to "Enjoying ?" if null. ``body``: Optional String. String to override the link prompt's body. Body defaults to "Tap Rate to rate it in the app store." if null.
Result value: null
Default Registration Names: ^ra, rate_app_action