Companion
object Companion
Functions
Link copied to clipboard
fun getCapabilities(installerType: InstallerType, plugins: List<Class<out AckpineInstallPlugin<*>>>): InstallerCapabilities
fun getCapabilities(installerType: InstallerType, vararg plugins: Class<out AckpineInstallPlugin<*>>): InstallerCapabilities
Returns the capabilities of the installer for the given installerType and optional list of plugins.
Link copied to clipboard
Retrieves the default singleton instance of PackageInstaller.