InstallCapabilityContext

class InstallCapabilityContext(val sdkInt: Int, val installerType: InstallerType)

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

Constructors

Link copied to clipboard
constructor(sdkInt: Int, installerType: InstallerType)

Properties

Link copied to clipboard

The effective installer type after normalization and plugin resolution.

Link copied to clipboard
val sdkInt: Int

Current Android SDK version.