Created
January 2, 2021 04:31
-
-
Save gb103/ad683cf86b49d6adbd67f9c3fe01baea to your computer and use it in GitHub Desktop.
Basic utility methods
This file contains 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
//To check if a module is already installed | |
val installedModules: Set<String> = splitInstallManager.installedModules | |
//To Uninstall modules | |
splitInstallManager.deferredUninstall(listOf("pictureMessages", "promotionalFilters")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment