ObbFileResponse

data class ObbFileResponse(val obb: FileReferenceResponse, val obbFileName: String)

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

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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.