RelayDeliveryResult

data class RelayDeliveryResult(val intentId: String, val kind: RelayDeliveryResultKind, val category: String)

One redacted terminal or retryable relay result.

Never put arbitrary relay text in category.

Constructors

Link copied to clipboard
constructor(intentId: String, kind: RelayDeliveryResultKind, category: String)

Properties

Link copied to clipboard

Bounded application-defined diagnostic category.

Link copied to clipboard

Intent receiving the result.

Link copied to clipboard

Stable reducer class.