MyIdConfig constructor
MyIdConfig({
- required String clientId,
- String? clientHash,
- String? clientHashId,
- String? passportData,
- String? dateOfBirth,
- int? minAge,
- String? sdkHash,
- String? externalId,
- double? threshold,
- MyIdBuildMode? buildMode,
- MyIdEntryType? entryType,
- MyIdResidentType? residency,
- MyIdLocale? locale,
- MyIdCameraShape? cameraShape,
- MyIdCameraSelector? cameraSelector,
- MyIdResolution? resolution,
- MyIdImageFormat? imageFormat,
- MyIdOrganizationDetails? organizationDetails,
- bool? withPhoto,
- double? distance,
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,
this.distance,
});