Method InitializeAsync
InitializeAsync(AppRatingModuleConfig)
Initializes the module and restores the previously shown state from PlayerPrefs.
Honors the Remote Config kill-switch: when Enabled is
false, returns false without initializing — callers never need to check it.
public static Awaitable<bool> InitializeAsync(AppRatingModuleConfig config)
Parameters
configAppRatingModuleConfig
Returns
- Awaitable<bool>