SuccessDetailArgs

data class SuccessDetailArgs(val otherNativeCrash: Output<Boolean>? = null) : ConvertibleToJava<SuccessDetailArgs>

Details for an outcome with a SUCCESS outcome summary. LINT.IfChange

Constructors

Link copied to clipboard
fun SuccessDetailArgs(otherNativeCrash: Output<Boolean>? = null)

Functions

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

Properties

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

If a native process other than the app crashed.