Enumerations
This section contains the enumerations used by the plugin.
Some response codes are specific to the Google Play In-App Review API, while generic values may also be used for errors returned by the iOS implementation.
EInAppReviewResponseCode
Represents the response code returned when an in-app review request fails.
| Name | Description |
|---|---|
| INTERNAL_ERROR | An internal platform or plugin error occurred. |
| INVALID_REQUEST | The review request was invalid or could not be processed. |
| NO_ERROR | Default value. This should not normally be returned through the failure callback. |
| PLAY_STORE_NOT_FOUND | The Google Play Store is unavailable, missing, or unsupported on the device. Android only. |
| UNKNOWN | The returned error could not be mapped to a known response code. |