Skip to content

Enumerations

This section contains enumeration used throughout the plugin.
The enum reflects the constants defined in the official Google Play In-App Review Library, adapted for use in Unreal Engine.


EInAppReviewResponseCode

Represents response codes returned by the Google Play In-App Review Library in case of errors after calling In-App Review function.

Name Description
INTERNAL_ERROR Unknown internal error.
INVALID_REQUEST Invalid request made to the Google API.
NO_ERROR Default value, should not normally occur.
PLAY_STORE_NOT_FOUND No Play Store app found or unofficial version installed.
UNKNOWN Fallback for unmapped values.