ApkResponse

data class ApkResponse(val location: FileReferenceResponse, val packageName: String)

An Android package file to install.

Constructors

Link copied to clipboard
fun ApkResponse(location: FileReferenceResponse, packageName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The path to an APK to be installed on the device before the test begins.

Link copied to clipboard

The java package for the APK to be installed. Value is determined by examining the application's manifest.