splitApkId property

List<String>? splitApkId
getter/setter pair

IDs for split modules that might be installed in combination with the base APK.

Can be empty if app bundles (or a similar technology) are not used. Example: config.en.apk.

Optional.

Implementation

core.List<core.String>? splitApkId;