A predicate to execution just before the end of the interaction execution.
The predicate to execute. If it returns true, the interaction is cancelled.
A predicate to execution just before the interaction starts.
The predicate to execute. If it returns true, the interaction is cancelled.
Combines 'first' and 'then'.
The predicate to execute. If it returns true, the interaction is cancelled.
It is recommanded to change the name of the customized user interaction with a unique name.
The unique name of the customized user interaction.
A predicate to execution just before each interaction update.
The predicate to execute. If it returns true, the interaction is cancelled.
Generated using TypeDoc
A builder for customizing an existing user interaction with specific predicates that restricts the execution of the user interaction. These predicates can run at the start, the updates, and the end of the user interaction execution.