SkippedDetailArgs

data class SkippedDetailArgs(val incompatibleAppVersion: Output<Boolean>? = null, val incompatibleArchitecture: Output<Boolean>? = null, val incompatibleDevice: Output<Boolean>? = null) : ConvertibleToJava<SkippedDetailArgs>

Details for an outcome with a SKIPPED outcome summary.

Constructors

Link copied to clipboard
fun SkippedDetailArgs(incompatibleAppVersion: Output<Boolean>? = null, incompatibleArchitecture: Output<Boolean>? = null, incompatibleDevice: Output<Boolean>? = null)

Functions

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

Properties

Link copied to clipboard
val incompatibleAppVersion: Output<Boolean>? = null

If the App doesn't support the specific API level.

Link copied to clipboard
val incompatibleArchitecture: Output<Boolean>? = null

If the App doesn't run on the specific architecture, for example, x86.

Link copied to clipboard
val incompatibleDevice: Output<Boolean>? = null

If the requested OS version doesn't run on the specific device model.