trigger Fulfillment
Parameters
value
The fulfillment to call when the condition is satisfied. At least one of triggerFulfillment and target must be specified. When both are defined, triggerFulfillment is executed first. Structure is documented below.
suspend fun triggerFulfillment(argument: suspend CxPageTransitionRouteTriggerFulfillmentArgsBuilder.() -> Unit)
Parameters
argument
The fulfillment to call when the condition is satisfied. At least one of triggerFulfillment and target must be specified. When both are defined, triggerFulfillment is executed first. Structure is documented below.