Stay organized with collections
Save and categorize content based on your preferences.
In-App Reviews
Summary
Enumerations
|
EInAppReviewErrorCode
|
enum Errors that can be encountered while using the In-App Review API. |
EInAppReviewStatus
|
enum Status returned when requesting or launching the in-app review flow. |
Enumerations
EInAppReviewErrorCode
EInAppReviewErrorCode
EInAppReviewStatus
EInAppReviewStatus
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-01-14 UTC.
[null,null,["Last updated 2025-01-14 UTC."],[],[],null,["# In-App Reviews\n==============\n\nSummary\n-------\n\n| ### Enumerations ||\n|-------------------------------------------------------------------------------------------|---------------------------------------------------------------------------|\n| [EInAppReviewErrorCode](#group___play_in_app_reviews_1gaf1239d4ba787c3911a0a8fe79229eff7) | enum Errors that can be encountered while using the In-App Review API. |\n| [EInAppReviewStatus](#group___play_in_app_reviews_1ga816a41417f05f41f3d06b5580ab8c8a5) | enum Status returned when requesting or launching the in-app review flow. |\n\n| ### Classes ||\n|-------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [UInAppReviewsManager](/reference/unreal-engine/play/core/class/u-in-app-reviews-manager) | The [UInAppReviewsManager](/reference/unreal-engine/play/core/class/u-in-app-reviews-manager#class_u_in_app_reviews_manager) class is used to request and launch the in-app review flow. |\n\nEnumerations\n------------\n\n### EInAppReviewErrorCode\n\n```text\n EInAppReviewErrorCode\n``` \nErrors that can be encountered while using the In-App Review API.\n\nThis enum maps to the error codes defined in the In-App Review API in \u003chttps://developer.android.com/reference/native/play/core/group/review#reviewerrorcode\u003e \n\n### EInAppReviewStatus\n\n```text\n EInAppReviewStatus\n``` \nStatus returned when requesting or launching the in-app review flow.\n\nThis enum maps to the status codes defined in the In-App Review API in \u003chttps://developer.android.com/reference/native/play/core/group/review#reviewstatus\u003e"]]