package com.codename1.appreview
App review & feedback engagement API.
AppReview requests the platform’s native
“rate this app” prompt (Apple SKStoreReviewController / Google Play
In-App Review) when available and falls back to a Codename One drawn
rating widget elsewhere. It also offers an optional engagement scheduler
that decides when to ask for a review based on launch count and elapsed
days, and a smart feedback split that routes unhappy users to a private
feedback channel instead of a public store review.
Types
class AppReview | Entry point for requesting an app store review and collecting feedback. |
interface FeedbackListener | Receives the outcome of the Codename One drawn rating widget shown by AppReview when the platform has no native review prompt (or when the user gave a low rating). |