MyIdConfig constructor

MyIdConfig({
  1. required String clientId,
  2. String? clientHash,
  3. String? clientHashId,
  4. String? passportData,
  5. String? dateOfBirth,
  6. int? minAge,
  7. String? sdkHash,
  8. String? externalId,
  9. double? threshold,
  10. MyIdBuildMode? buildMode,
  11. MyIdEntryType? entryType,
  12. MyIdResidentType? residency,
  13. MyIdLocale? locale,
  14. MyIdCameraShape? cameraShape,
  15. MyIdCameraSelector? cameraSelector,
  16. MyIdResolution? resolution,
  17. MyIdImageFormat? imageFormat,
  18. MyIdOrganizationDetails? organizationDetails,
  19. bool? withPhoto,
})

Implementation

MyIdConfig({
  required this.clientId,
  this.clientHash,
  this.clientHashId,
  this.passportData,
  this.dateOfBirth,
  this.minAge,
  this.sdkHash,
  this.externalId,
  this.threshold,
  this.buildMode,
  this.entryType,
  this.residency,
  this.locale,
  this.cameraShape,
  this.cameraSelector,
  this.resolution,
  this.imageFormat,
  this.organizationDetails,
  this.withPhoto,
});