Skip to content

Instantly share code, notes, and snippets.

@raipankaj
Created May 17, 2022 14:06
Show Gist options
  • Select an option

  • Save raipankaj/e9af4d8ba05c5f79bed39cbddfecf7b3 to your computer and use it in GitHub Desktop.

Select an option

Save raipankaj/e9af4d8ba05c5f79bed39cbddfecf7b3 to your computer and use it in GitHub Desktop.
In-App review - ReviewInfo object
reviewManager.requestReviewFlow().addOnCompleteListener {
if (it.isSuccessful) {
reviewInfo = it.result
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment