SkippedDetailResponse

data class SkippedDetailResponse(val incompatibleAppVersion: Boolean, val incompatibleArchitecture: Boolean, val incompatibleDevice: Boolean)

Details for an outcome with a SKIPPED outcome summary.

Constructors

Link copied to clipboard
constructor(incompatibleAppVersion: Boolean, incompatibleArchitecture: Boolean, incompatibleDevice: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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