UninstallCapabilityContext

class UninstallCapabilityContext(val sdkInt: Int, val uninstallerType: UninstallerType)

Read-only context passed to UninstallCapabilityProvider.getCapabilities after the full plugin graph has been resolved.

Constructors

Link copied to clipboard
constructor(sdkInt: Int, uninstallerType: UninstallerType)

Properties

Link copied to clipboard
val sdkInt: Int

Current Android SDK version.

Link copied to clipboard

The effective uninstaller type after normalization and plugin resolution.