Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save raipankaj/f11fea1cde81ad161693f1d18cab6c30 to your computer and use it in GitHub Desktop.
Trigger In App flow
LaunchedEffect(key1 = reviewInfo) {
reviewInfo?.let {
reviewManager.launchReviewFlow(localContext as Activity, reviewInfo)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment