RateAppAction
Action to link users to the rating section of their respective app store directly or through a prompt.
Accepted situations: Action.Situation.MANUAL_INVOCATION, Action.Situation.WEB_VIEW_INVOCATION, Action.Situation.PUSH_OPENED, Action.Situation.AUTOMATION, and Action.Situation.FOREGROUND_NOTIFICATION_ACTION_BUTTON.
Expected argument values: SHOW_LINK_PROMPT_KEY: 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_KEY: Optional String. String to override the link prompt's title. Header defaults to "Enjoying
Result value: null
Default Registration Names: DEFAULT_NAMES
Functions
Checks if the argument's value can be parsed and ensures the situation is neither Action.Situation.PUSH_RECEIVED, nor Action.Situation.BACKGROUND_NOTIFICATION_ACTION_BUTTON.
Performs the action.
Determines which thread runs the action.