Class RatingModule
Displays a store rating prompt. The prompt is shown at most once per install — the shown state is persisted in PlayerPrefs.
public static class RatingModule
- Inheritance
-
RatingModule
- Inherited Members
Properties
- Config
The config used to initialize this module.
- IsInitialized
Whether the module has been successfully initialized.
Initialization
- Initialize(RatingModuleConfig)
Initializes the module and restores the previously shown state from PlayerPrefs. Not supported on WebGL.
Methods
- Show()
Shows the store rating prompt. Silently no-ops if already shown in a previous session. Depending on UseInAppRating, either triggers the native in-app review API or opens the store listing directly.