excludeAppPackagesFromCleanup

@JvmName(name = "mxrcvuvcpfkqkdwr")
suspend fun excludeAppPackagesFromCleanup(value: Output<List<String>>)
@JvmName(name = "qrynafhtjtudariv")
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 = "biqiuvrwwjspdmla")
suspend fun excludeAppPackagesFromCleanup(vararg values: Output<String>)


@JvmName(name = "umqhtvdgoyxwlpcd")
suspend fun excludeAppPackagesFromCleanup(values: List<Output<String>>)
@JvmName(name = "ctfyfofmkxbwmlua")
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 .