GetState() | — | PromotionState | Current promotion/review state |
ConfigureReview(minSessions, minDaysSinceInstall, maxRequestsPerYear, cooldownDays) | int, int, int, int | void | Set review eligibility thresholds |
RequestReview(force) | bool (optional, default false) | void | Show review dialog if eligible. force: true bypasses all checks |
RequestReviewAfterPositiveEvent(force) | bool (optional, default false) | void | Skips session/day checks. force: true bypasses all checks |
CanRequestReview() | — | bool | Check eligibility without prompting |
SetNeverAskAgain(value) | bool | void | Permanent opt-out |
AddListener(listener) | Action | void | |
RemoveListener(listener) | Action | void | |