Confirmation Prompt Handler
Goal
Handle what the user chose in the RateMyApp confirmation dialog (Rate Now / Remind Later / Cancel).
Actions Used
RateMyAppOnConfirmationPrompt
Variables
actionType(Enum) - optional output
FSM Steps
Keep
RateMyAppOnConfirmationPromptin an active state (listener).On
rateNowEvent: continue normally (the native prompt request is already triggered byRateMyAppAskForReview).On
remindLaterEvent: optionally schedule your own reminder UI.On
cancelEvent: do nothing.
Notes
This listener only fires when the confirmation dialog is enabled/configured for RateMyApp.
Last updated
Was this helpful?