excludeAppPackagesFromCleanup

@JvmName(name = "jvagukjgcaodjexd")
suspend fun excludeAppPackagesFromCleanup(value: Output<List<String>>)
@JvmName(name = "wvyvrwqrtqabcamv")
suspend fun excludeAppPackagesFromCleanup(value: List<String>?)

Parameters

value

An array of strings containing the list of app packages that should not be cleaned up from the device after a test run completes. The list of packages is considered only if you set packageCleanup to true .


@JvmName(name = "morviwgjmiqinnpc")
suspend fun excludeAppPackagesFromCleanup(vararg values: Output<String>)


@JvmName(name = "kvpjwfsjsmuhtchh")
suspend fun excludeAppPackagesFromCleanup(values: List<Output<String>>)
@JvmName(name = "jtjbltcatkkkyoup")
suspend fun excludeAppPackagesFromCleanup(vararg values: String)

Parameters

values

An array of strings containing the list of app packages that should not be cleaned up from the device after a test run completes. The list of packages is considered only if you set packageCleanup to true .