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

ObbFile

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

An opaque binary blob file to install on the device before the test starts.

interface ObbFile {
obbFileName?: string;
}

§Properties

§

Required. Opaque Binary Blob (OBB) file(s) to install on the device.

§
obbFileName?: string
[src]

Required. OBB file name which must conform to the format as specified by Android e.g. [main|patch].0300110.com.example.android.obb which will be installed into /Android/obb// on the device.