Start native apps faster with the Composables CLI ->
Class

FailureArtifact.Type

Defines the category of a FailureArtifact.

Source set: Common
public class Type private constructor(private val value: Int)

Defines the category of a FailureArtifact.

Functions

toString

Source set: Common
override fun toString(): String

Members

Companion

Source set: Common
public companion object

Properties

Screenshot

Source set: Common
public val Screenshot: Type = Type(0)

UiHierarchy

Source set: Common
public val UiHierarchy: Type = Type(1)