ComplyCubeEvent enum

Inheritance
Available extensions

Values

PROOF_OF_ADDRESS_STAGE_CAPTURE_GUIDANCE → const ComplyCubeEvent
CAMERA_ACCESS_PERMISSION → const ComplyCubeEvent
BIOMETRICS_STAGE_SELFIE_CAMERA_MANUAL_MODE → const ComplyCubeEvent
BIOMETRICS_STAGE_SELFIE_CAMERA → const ComplyCubeEvent
BIOMETRICS_STAGE_VIDEO_ACTION_ONE → const ComplyCubeEvent
BIOMETRICS_STAGE_VIDEO_ACTION_TWO → const ComplyCubeEvent
BIOMETRICS_STAGE_VIDEO_CAMERA → const ComplyCubeEvent
BIOMETRICS_STAGE_VIDEO_CAMERA_MANUAL_MODE → const ComplyCubeEvent
PROOF_OF_ADDRESS_STAGE_SELECT_COUNTRY → const ComplyCubeEvent
DOCUMENT_STAGE_SELECT_COUNTRY → const ComplyCubeEvent
DOCUMENT_STAGE_CAPTURE_GUIDANCE → const ComplyCubeEvent
PROOF_OF_ADDRESS_STAGE_TWO_SIDE_CHECK_QUALITY_FRONT → const ComplyCubeEvent
PROOF_OF_ADDRESS_STAGE_TWO_SIDE_CHECK_QUALITY_BACK → const ComplyCubeEvent
PROOF_OF_ADDRESS_STAGE_ONE_SIDE_CHECK_QUALITY → const ComplyCubeEvent
DOCUMENT_STAGE_TWO_SIDE_CHECK_QUALITY_FRONT → const ComplyCubeEvent
DOCUMENT_STAGE_TWO_SIDE_CHECK_QUALITY_BACK → const ComplyCubeEvent
DOCUMENT_STAGE_ONE_SIDE_CHECK_QUALITY → const ComplyCubeEvent
PROOF_OF_ADDRESS_STAGE_TWO_SIDE_CAMERA_FRONT_MANUAL_MODE → const ComplyCubeEvent
PROOF_OF_ADDRESS_STAGE_TWO_SIDE_CAMERA_FRONT → const ComplyCubeEvent
PROOF_OF_ADDRESS_STAGE_TWO_SIDE_CAMERA_BACK_MANUAL_MODE → const ComplyCubeEvent
PROOF_OF_ADDRESS_STAGE_TWO_SIDE_CAMERA_BACK → const ComplyCubeEvent
PROOF_OF_ADDRESS_STAGE_ONE_SIDE_CAMERA_MANUAL_MODE → const ComplyCubeEvent
PROOF_OF_ADDRESS_STAGE_ONE_SIDE_CAMERA → const ComplyCubeEvent
DOCUMENT_STAGE_TWO_SIDE_CAMERA_FRONT_MANUAL_MODE → const ComplyCubeEvent
DOCUMENT_STAGE_TWO_SIDE_CAMERA_FRONT → const ComplyCubeEvent
DOCUMENT_STAGE_TWO_SIDE_CAMERA_BACK_MANUAL_MODE → const ComplyCubeEvent
DOCUMENT_STAGE_TWO_SIDE_CAMERA_BACK → const ComplyCubeEvent
DOCUMENT_STAGE_ONE_SIDE_CAMERA_MANUAL_MODE → const ComplyCubeEvent
DOCUMENT_STAGE_ONE_SIDE_CAMERA → const ComplyCubeEvent
DOCUMENT_STAGE_NFC_CAMERA → const ComplyCubeEvent
DOCUMENT_STAGE_CUBE_SCAN_CAMERA → const ComplyCubeEvent
PROOF_OF_ADDRESS_STAGE_DOCUMENT_TYPE → const ComplyCubeEvent
DOCUMENT_STAGE_DOCUMENT_TYPE → const ComplyCubeEvent
BIOMETRICS_STAGE_SELFIE_CAPTURE_GUIDANCE → const ComplyCubeEvent
BIOMETRICS_STAGE_SELFIE_CHECK_QUALITY → const ComplyCubeEvent
BIOMETRICS_STAGE_VIDEO_CHECK_QUALITY → const ComplyCubeEvent
COMPLETION_STAGE → const ComplyCubeEvent
INTRO → const ComplyCubeEvent
NONE → const ComplyCubeEvent

Properties

data EventData

Available on ComplyCubeEvent, provided by the ComplyCubeEventData extension

no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Constants

values → const List<ComplyCubeEvent>
A constant List of the values in this enum, in order of their declaration.