IdenfyUIBuilder class
Idenfy UI setting builder class
Constructors
Properties
- documentCameraFrameVisibility ↔ DocumentCameraFrameVisibility?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- idenfyDocumentSelectionType ↔ IdenfyDocumentSelectionType?
-
getter/setter pair
- idenfyIdentificationResultsUISettingsV2 ↔ IdenfyIdentificationResultsUISettingsV2?
-
getter/setter pair
- idenfyInstructionsEnum ↔ IdenfyInstructionsEnum?
-
getter/setter pair
- idenfyOnBoardingViewType ↔ IdenfyOnBoardingViewType?
-
getter/setter pair
- immediateRedirectEnum ↔ ImmediateRedirectEnum?
-
getter/setter pair
- isAdditionalSupportEnabled ↔ bool?
-
getter/setter pair
- isLanguageSelectionNeeded ↔ bool?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skipInternalPrivacyPolicyView ↔ bool?
-
getter/setter pair
Methods
-
build(
) → IdenfyUISettings -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
withAdditionalSupportView(
bool isAdditionalSupportEnabled) → IdenfyUIBuilder -
withDocumentCameraFrameVisibility(
DocumentCameraFrameVisibility documentCameraFrameVisibility) → IdenfyUIBuilder -
withIdenfyDocumentSelectionType(
IdenfyDocumentSelectionType idenfyDocumentSelectionType) → IdenfyUIBuilder -
withIdenfyIdentificationResultsUISettingsV2(
IdenfyIdentificationResultsUISettingsV2 idenfyIdentificationResultsUISettingsV2) → IdenfyUIBuilder -
withImmediateRedirect(
ImmediateRedirectEnum immediateRedirectEnum) → IdenfyUIBuilder -
withInstructions(
IdenfyInstructionsEnum idenfyInstructionsEnum) → IdenfyUIBuilder -
withLanguageSelection(
bool isLanguageSelectionNeeded) → IdenfyUIBuilder -
withOnBoardingViewType(
IdenfyOnBoardingViewType idenfyOnBoardingViewType) → IdenfyUIBuilder -
withSkipInternalPrivacyPolicy(
bool skipInternalPrivacyPolicyView) → IdenfyUIBuilder
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited