Stay organized with collections
Save and categorize content based on your preferences.
UInAppReviewsManager
#include <InAppReviewsManager.h>
The UInAppReviewsManager class is used to request and launch the in-app review flow.
Summary
Refer to https://developer.android.com/guide/playcore/in-app-review for more information.
Inheritance
Inherits from: UGameInstanceSubsystem
Public functions
|
Deinitialize() override
|
virtual void
|
Initialize(FSubsystemCollectionBase & Collection) override
|
virtual void
|
LaunchReviewFlow(FReviewOperationCompletedDelegate InOnLaunchFlowOperationCompleted)
|
void
Requests to display the in-app review flow to the user.
|
RequestReviewFlow(FReviewOperationCompletedDelegate InOnRequestFlowOperationCompleted)
|
void
Requests the information needed to launch the in-app review flow.
|
Public functions
Deinitialize
virtual void Deinitialize() override
Initialize
virtual void Initialize(
FSubsystemCollectionBase & Collection
) override
LaunchReviewFlow
void LaunchReviewFlow(
FReviewOperationCompletedDelegate InOnLaunchFlowOperationCompleted
)
Requests to display the in-app review flow to the user.
Details |
Parameters |
InOnLaunchFlowOperationCompleted
|
The delegate to be called when the launch flow operation completes.
|
|
RequestReviewFlow
void RequestReviewFlow(
FReviewOperationCompletedDelegate InOnRequestFlowOperationCompleted
)
Requests the information needed to launch the in-app review flow.
Details |
Parameters |
InOnRequestFlowOperationCompleted
|
The delegate to be called when the request flow operation completes.
|
|
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,["# UInAppReviewsManager Class Reference\n\nUInAppReviewsManager\n====================\n\n\n`#include \u003cInAppReviewsManager.h\u003e`\n\nThe [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\nSummary\n-------\n\nRefer to \u003chttps://developer.android.com/guide/playcore/in-app-review\u003e for more information.\n\n### Inheritance\n\nInherits from: UGameInstanceSubsystem\n\n| ### Public functions ||\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------|\n| [Deinitialize](#class_u_in_app_reviews_manager_1af1a05ab315005dffffe3cf22c781687a)`() override` | `virtual void` |\n| [Initialize](#class_u_in_app_reviews_manager_1a04da8d16cf39de31487d1e77092dbaad)`(FSubsystemCollectionBase & Collection) override` | `virtual void` |\n| [LaunchReviewFlow](#class_u_in_app_reviews_manager_1af126013e5e3cd2344838c7b418ad1c59)`(FReviewOperationCompletedDelegate InOnLaunchFlowOperationCompleted)` | `void` Requests to display the in-app review flow to the user. |\n| [RequestReviewFlow](#class_u_in_app_reviews_manager_1a1ed6d2a1aa051a6f3558d0d498a705fa)`(FReviewOperationCompletedDelegate InOnRequestFlowOperationCompleted)` | `void` Requests the information needed to launch the in-app review flow. |\n\nPublic functions\n----------------\n\n### Deinitialize\n\n```text\nvirtual void Deinitialize() override\n``` \n\n### Initialize\n\n```text\nvirtual void Initialize(\n FSubsystemCollectionBase & Collection\n) override\n``` \n\n### LaunchReviewFlow\n\n```text\nvoid LaunchReviewFlow(\n FReviewOperationCompletedDelegate InOnLaunchFlowOperationCompleted\n)\n``` \nRequests to display the in-app review flow to the user.\n\n\u003cbr /\u003e\n\n| Details ||\n|------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Parameters | |------------------------------------|---------------------------------------------------------------------| | `InOnLaunchFlowOperationCompleted` | The delegate to be called when the launch flow operation completes. | |\n\n### RequestReviewFlow\n\n```text\nvoid RequestReviewFlow(\n FReviewOperationCompletedDelegate InOnRequestFlowOperationCompleted\n)\n``` \nRequests the information needed to launch the in-app review flow.\n\n\u003cbr /\u003e\n\n| Details ||\n|------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Parameters | |-------------------------------------|----------------------------------------------------------------------| | `InOnRequestFlowOperationCompleted` | The delegate to be called when the request flow operation completes. | |"]]