MyIdConfig class
Constructors
- MyIdConfig({String? sessionId, String? clientHash, String? clientHashId, int? minAge, double? distance, MyIdResidency? residency, MyIdEnvironment? environment, MyIdEntryType? entryType, MyIdLocale? locale, MyIdCameraShape? cameraShape, MyIdCameraSelector? cameraSelector, MyIdCameraResolution? cameraResolution, MyIdImageFormat? imageFormat, MyIdPresentationStyle? presentationStyle, MyIdOrganizationDetails? organizationDetails, bool? withSoundGuides, bool? showErrorScreen, String? huaweiAppId})
-
MyIdConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
- cameraResolution → MyIdCameraResolution?
-
final
- cameraSelector → MyIdCameraSelector?
-
final
- cameraShape → MyIdCameraShape?
-
final
- clientHash → String?
-
final
- clientHashId → String?
-
final
- distance → double?
-
final
- entryType → MyIdEntryType?
-
final
- environment → MyIdEnvironment?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- huaweiAppId → String?
-
final
- imageFormat → MyIdImageFormat?
-
final
- locale → MyIdLocale?
-
final
- minAge → int?
-
final
- organizationDetails → MyIdOrganizationDetails?
-
final
- presentationStyle → MyIdPresentationStyle?
-
final
- residency → MyIdResidency?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionId → String?
-
final
- showErrorScreen → bool?
-
final
- withSoundGuides → 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