SimulatedCollectInputsResultSucceeded
@Serializable
@SerialName(value = "Succeeded")
Simulate a successful collect inputs
Based on the input type, the SDK returns a predefined value. The predefined values are:
selection ->
If any toggles are specified, their default value is selected and returned.
The simulatedCollectInputsSkipBehavior determines whether or not to skip non-required inputs.
Constructors
Link copied to clipboard
constructor(simulatedCollectInputsSkipBehavior: SimulatedCollectInputsSkipBehavior = SimulatedCollectInputsSkipBehavior.NONE)