ObbFileArgs

data class ObbFileArgs(val obb: Output<FileReferenceArgs>, val obbFileName: Output<String>) : ConvertibleToJava<ObbFileArgs>

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

Constructors

Link copied to clipboard
fun ObbFileArgs(obb: Output<FileReferenceArgs>, obbFileName: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): ObbFileArgs

Properties

Link copied to clipboard
val obb: Output<FileReferenceArgs>

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

Link copied to clipboard
val obbFileName: Output<String>

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.