I’d like to run some custom logic right after a user rates our app. I couldn’t find a callback or event in the library that fires when the rating flow completes.
Question: Is there a built-in way to detect when the user has submitted a rating (or dismissed the prompt)?
If not: Is there a recommended workaround (e.g., promise resolution, listener, or platform callback) to know the outcome?
What I tried
Checked the README and source for a callback/event after invoking the rating prompt.
Wrapped the call and looked for a returned status, but didn’t see anything exposed.
Expected
A callback or promise result that indicates:
user_submitted_rating (with stars if available), or
user_canceled / dismissed, or
store_redirected