ApkArgs

data class ApkArgs(val location: Output<FileReferenceArgs>? = null, val packageName: Output<String>? = null) : ConvertibleToJava<ApkArgs>

An Android package file to install.

Constructors

Link copied to clipboard
fun ApkArgs(location: Output<FileReferenceArgs>? = null, packageName: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val location: Output<FileReferenceArgs>? = null

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

Link copied to clipboard
val packageName: Output<String>? = null

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