Package-level declarations

Types

Link copied to clipboard
actual class 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.

actual class ReviewManager

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.

expect class 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.