ReviewManager
Manager for requesting the system to show a Review Dialog. This library does not guarantee such a dialog will be shown, as the OS may block such an action.
Parameters
The com.google.android.play.core.review.ReviewManager managing the reviews.
The LifecycleManagerObserver to observe lifecycle changes.
Apple implementation of ReviewManager. Shared across iOS (10.3+) and macOS (10.14+), both of which ship SKStoreReviewController.requestReview(). The OS schedules the prompt against the active scene/window itself, so the Builder only needs the LifecycleSubscribable marker — no platform-specific lifecycle subscription is required for the request to dispatch.
Manager for requesting the system to show a Review Dialog. This library does not guarantee such a dialog will be shown, as the OS may block such an action.
Constructors
Types
A builder for creating a ReviewManager
Builder for creating a ReviewManager
Builder for creating a ReviewManager
Type of Review Manager in use
Functions
Attempts to show a dialog that asks the user to submit a review of the app. This method does not guarantee such a dialog will be shown as the OS may block it.
Attempts to show a dialog that asks the user to submit a review of the app. This method does not guarantee such a dialog will be shown as the OS may block it.
Attempts to show a dialog that asks the user to submit a review of the app. This method does not guarantee such a dialog will be shown as the OS may block it.