setCurrentStepDoneDelayIOS method

void setCurrentStepDoneDelayIOS(
  1. int secondsDelay
)

Delay the view after the completion of each capture step.

This value is represented in seconds.

By default there is no delay.

Implementation

void setCurrentStepDoneDelayIOS(int secondsDelay) {
  this.secondsDelay = secondsDelay;
}