UninstallerCapabilities
class UninstallerCapabilities
Capabilities of a PackageUninstaller configuration as determined by PackageUninstaller.getCapabilities.
The uninstallerType field reflects the effective backend after normalization and plugin resolution, which may differ from the requested value (e.g., when the requested backend is not supported by the current Android version).
Properties
Functions
Link copied to clipboard
fun <Plugin : AckpineUninstallPlugin<*>, UninstallCapabilityProvider<C>, C : PluginCapability> plugin(pluginClass: Class<out Plugin>): C?
Returns the plugin-specific uninstall capabilities for the given pluginClass, or null if the plugin was not in the resolved graph.