Google.Play.Review

Summary

Enumerations

ReviewErrorCode{
  NoError = 0,
  ErrorRequestingFlow = 1,
  ErrorLaunchingFlow = 2,
  PlayStoreNotFound = 3
}
enum
Errors that can be encountered while requesting the in-app review dialog.

Classes

Google.Play.Review.PlayReviewInfo

A wrapper around the Java ReviewInfo class.

Google.Play.Review.ReviewManager

Manages operations for requesting and launching the In-App Review flow.

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.

Discover the latest app development tools, platform updates, training, and documentation for developers across every Android device.

Updated Mar 18, 2021

Discover the latest app development tools, platform updates, training, and documentation for developers across every Android device.

Updated Dec 2, 2024

Discover the latest app development tools, platform updates, training, and documentation for developers across every Android device.

Updated May 1, 2023