Google. Play. Review. ReviewManager
  Manages operations for requesting and launching the In-App Review flow.
Summary
        Constructors and Destructors | 
    |
|---|---|
        ReviewManager()
         | 
    
        Public functions | 
    |
|---|---|
        LaunchReviewFlow(PlayReviewInfo reviewInfo)
       | 
      
        PlayAsyncOperation< VoidResult, ReviewErrorCode >
        Launches and displays the in-app review flow to the user.  
       | 
    
        RequestReviewFlow()
       | 
      
        PlayAsyncOperation< PlayReviewInfo, ReviewErrorCode >
        Retrieves all the needed information to launch the in-app review flow.  
       | 
    
Public functions
LaunchReviewFlow
PlayAsyncOperation< VoidResult, ReviewErrorCode > LaunchReviewFlow( PlayReviewInfo reviewInfo )
Launches and displays the in-app review flow to the user.
Returns a PlayAsyncOperation that will be marked IsDone when the in-app review dialog is closed.
RequestReviewFlow
PlayAsyncOperation< PlayReviewInfo, ReviewErrorCode > RequestReviewFlow()
Retrieves all the needed information to launch the in-app review flow.
Needs to be called before LaunchReviewFlow to obtain a PlayReviewInfo which is required to launch the in-app review flow.
ReviewManager
ReviewManager()