Entry

data class Entry<out T : Apk>(val isPreferred: Boolean, val apk: T)

A SplitPackage entry.

Constructors

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

Properties

Link copied to clipboard
val apk: T
Link copied to clipboard

indicates whether the apk is the most preferred for the device among all splits of the same type. By default it is true.