ApkCompatibility

data class ApkCompatibility(val isPreferred: Boolean, val apk: Apk)

Deprecated

This class is used for deprecated APK sequence transformation APIs as an intermediate value holder. Migrate to SplitPackage which supports use cases for which this class was intended. Usage of this class will become an error in the next minor release.

Replace with

import ru.solrudev.ackpine.splits.SplitPackage
SplitPackage.Entry

Represents a result of evaluation of APK split compatibility with a device.

Constructors

Link copied to clipboard
constructor(isPreferred: Boolean, apk: Apk)

Properties

Link copied to clipboard
val apk: Apk
Link copied to clipboard

Indicates whether the apk is the most preferred for the device among other splits of the same type.