GetState() | (none) | PromotionState | Returns the current state of the promotion and the review. |
ConfigureReview(minSessions, minDaysSinceInstall, maxRequestsPerYear, cooldownDays) | int, int, int, int | void | Sets the thresholds for review eligibility. |
RequestReview(force) | bool (optional, default false) | void | Shows the review dialog for an eligible player. A value of true for force ignores all conditions. |
RequestReviewAfterPositiveEvent(force) | bool (optional, default false) | void | Ignores the conditions for sessions and days. A value of true for force ignores all conditions. |
CanRequestReview() | (none) | bool | Returns the eligibility without a dialog. |
SetNeverAskAgain(value) | bool | void | Stops all review dialogs permanently. |
AddListener(listener) | Action | void | Calls the listener on each change of the state. |
RemoveListener(listener) | Action | void | Deletes the listener. |