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

Link copied to clipboard

The effective uninstaller type after normalization and plugin resolution.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard

Returns the plugin-specific uninstall capabilities for the given pluginClass, or null if the plugin was not in the resolved graph.

Link copied to clipboard
open override fun toString(): String