withIdenfyIdentificationResultsUISettingsV2 method

IdenfyUIBuilder withIdenfyIdentificationResultsUISettingsV2(
  1. IdenfyIdentificationResultsUISettingsV2 idenfyIdentificationResultsUISettingsV2
)

Implementation

IdenfyUIBuilder withIdenfyIdentificationResultsUISettingsV2(
    IdenfyIdentificationResultsUISettingsV2
        idenfyIdentificationResultsUISettingsV2) {
  this.idenfyIdentificationResultsUISettingsV2 =
      idenfyIdentificationResultsUISettingsV2;
  return this;
}