Created
May 17, 2022 14:07
-
-
Save raipankaj/c36fe7e0b1a6f3126468b4db13f9fb34 to your computer and use it in GitHub Desktop.
In-App review - Review Manager
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
| val localContext = LocalContext.current | |
| val reviewManager = remember { | |
| ReviewManagerFactory.create(localContext) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment