ApkCompatibility

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

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.