MyIdConfig class

Constructors

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})
MyIdConfig.fromJson(Map<String, dynamic> json)
factory

Properties

buildMode MyIdBuildMode?
final
cameraSelector MyIdCameraSelector?
final
cameraShape MyIdCameraShape?
final
clientHash String?
final
clientHashId String?
final
clientId String
final
dateOfBirth String?
final
entryType MyIdEntryType?
final
externalId String?
final
hashCode int
The hash code for this object.
no setterinherited
imageFormat MyIdImageFormat?
final
locale MyIdLocale?
final
minAge int?
final
organizationDetails MyIdOrganizationDetails?
final
passportData String?
final
residency MyIdResidentType?
final
resolution MyIdResolution?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkHash String?
final
threshold double?
final
withPhoto bool?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited