activeApkSets property

List<AppStoreAppActiveApkSet>? activeApkSets
getter/setter pair

List specifying which APK sets are distributed together.

This list should contain all APKs that you're distributing for this app. Add an entry for each individual installable set of APKs.

Required.

Implementation

core.List<AppStoreAppActiveApkSet>? activeApkSets;