Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ApkSplits

import type { ApkSplits } from "https://googleapis.deno.dev/v1/testing:v1.ts";

A single dynamic feature apk.

interface ApkSplits {
bundleSplits?: FileReference[];
}

§Properties

§
bundleSplits?: FileReference[]
[src]

A list of .apk files generated by bundletool to install to the device under test as a single android app with adb install-multiple. If specified, requires one or more bundle_splits. The first split specified represents the base APK, while subsequent splits represent feature apks.