Stay organized with collections
Save and categorize content based on your preferences.
Google.Play.Review
Summary
Enumerations
ReviewErrorCode
ReviewErrorCode
Errors that can be encountered while requesting the in-app review dialog.
Properties |
ErrorLaunchingFlow
|
Error indicating that an unknown error occurred while launching in-app review flow.
|
ErrorRequestingFlow
|
Error indicating that an unknown error occurred while requesting in-app review flow.
|
NoError
|
No error has occurred.
|
PlayStoreNotFound
|
Error indicating that the Play Store app is either not installed or not the official version.
|
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 2021-03-18 UTC.
[null,null,["Last updated 2021-03-18 UTC."],[],[],null,["# Google.Play.Review Namespace\n\nGoogle.Play.Review\n==================\n\nSummary\n-------\n\n| ### Enumerations ||\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------|\n| [ReviewErrorCode](#namespaceGoogle_1_1Play_1_1Review_1a5b5afe3f21b99d2f67f81515f1b17641)`{` ` `[NoError](#namespaceGoogle_1_1Play_1_1Review_1a5b5afe3f21b99d2f67f81515f1b17641a70a47cae4eb221930f2663fd244369ea)` = 0,` ` `[ErrorRequestingFlow](#namespaceGoogle_1_1Play_1_1Review_1a5b5afe3f21b99d2f67f81515f1b17641a9ab06e4df188c0bac60b43585feeb3db)` = 1,` ` `[ErrorLaunchingFlow](#namespaceGoogle_1_1Play_1_1Review_1a5b5afe3f21b99d2f67f81515f1b17641a59d4d0c9eee044d6d0cf6c64beb35d8c)` = 2,` ` `[PlayStoreNotFound](#namespaceGoogle_1_1Play_1_1Review_1a5b5afe3f21b99d2f67f81515f1b17641a925a20de6fa810b553f4e4352b0b1152)` = 3` `}` | enum Errors that can be encountered while requesting the in-app review dialog. |\n\n| ### Classes ||\n|-----------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Google.Play.Review.PlayReviewInfo](/reference/unity/class/Google/Play/Review/PlayReviewInfo) | A wrapper around the Java ReviewInfo class. |\n| [Google.Play.Review.ReviewManager](/reference/unity/class/Google/Play/Review/ReviewManager) | Manages operations for requesting and launching the In-App [Review](/reference/unity/namespace/Google/Play/Review#namespaceGoogle_1_1Play_1_1Review) flow. |\n\nEnumerations\n------------\n\n### ReviewErrorCode\n\n```c#\n ReviewErrorCode\n``` \nErrors that can be encountered while requesting the in-app review dialog.\n\n| Properties ||\n|-----------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `ErrorLaunchingFlow` | Error indicating that an unknown error occurred while launching in-app review flow. |\n| `ErrorRequestingFlow` | Error indicating that an unknown error occurred while requesting in-app review flow. |\n| `NoError` | No error has occurred. |\n| `PlayStoreNotFound` | Error indicating that the [Play](/reference/unity/namespace/Google/Play#namespaceGoogle_1_1Play) Store app is either not installed or not the official version. |"]]