withInstructions method

IdenfyUIBuilder withInstructions(
  1. IdenfyInstructionsEnum idenfyInstructionsEnum
)

Implementation

IdenfyUIBuilder withInstructions(
    IdenfyInstructionsEnum idenfyInstructionsEnum) {
  this.idenfyInstructionsEnum = idenfyInstructionsEnum;
  return this;
}