-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add in-app update feature #61
Comments
val appUpdateManager = AppUpdateManagerFactory.create(context) // Returns an intent object that you use to check for an update. // Checks that the platform will allow the specified type of update. request_update(){ // Checks that the update is not stalled during 'onResume()'.
appUpdateManager // Displays the snackbar notification and call to action. |
The text was updated successfully, but these errors were encountered: