OnNetworkResponseEventTrigger

@Serializable
@SerialName(value = "OnNetworkResponse")
data class OnNetworkResponseEventTrigger(val httpCode: Int) : EventTrigger

Fires on SendNetworkRequest/UploadFile instead of onSuccess() when a child is wired to the exact HTTP status code the response came back with.

Constructors

Link copied to clipboard
constructor(httpCode: Int)

Properties

Link copied to clipboard
@SerialName(value = "httpCode")
val httpCode: Int