Created
May 17, 2022 14:14
-
-
Save raipankaj/f11fea1cde81ad161693f1d18cab6c30 to your computer and use it in GitHub Desktop.
Trigger In App flow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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