DynamicFeature

data class DynamicFeature(val feature: Apk.Feature, val libs: List<SplitPackage.Entry<Apk.Libs>>, val screenDensity: List<SplitPackage.Entry<Apk.ScreenDensity>>, val localization: List<SplitPackage.Entry<Apk.Localization>>)

APK splits of a dynamic feature.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard

A list of all APKs with native libraries needed for the dynamic feature.

Link copied to clipboard

A list of all APKs with localized resources needed for the dynamic feature.