LivenessErrorCode enum

Inheritance

Constructors

LivenessErrorCode(int value)
const

Values

NOT_INITIALIZED → const LivenessErrorCode
const LivenessErrorCode(0)
NO_LICENSE → const LivenessErrorCode
const LivenessErrorCode(1)
API_CALL_FAILED → const LivenessErrorCode
const LivenessErrorCode(2)
SESSION_START_FAILED → const LivenessErrorCode
const LivenessErrorCode(3)
CANCELLED → const LivenessErrorCode
const LivenessErrorCode(4)
PROCESSING_TIMEOUT → const LivenessErrorCode
const LivenessErrorCode(5)
PROCESSING_FAILED → const LivenessErrorCode
const LivenessErrorCode(6)
PROCESSING_FRAME_FAILED → const LivenessErrorCode
const LivenessErrorCode(7)
APPLICATION_INACTIVE → const LivenessErrorCode
const LivenessErrorCode(8)
CONTEXT_IS_NULL → const LivenessErrorCode
const LivenessErrorCode(9)
IN_PROGRESS_ALREADY → const LivenessErrorCode
const LivenessErrorCode(10)
ZOOM_NOT_SUPPORTED → const LivenessErrorCode
const LivenessErrorCode(11)
CAMERA_NO_PERMISSION → const LivenessErrorCode
const LivenessErrorCode(12)
CAMERA_NOT_AVAILABLE → const LivenessErrorCode
const LivenessErrorCode(13)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

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

Static Methods

getByValue(int? i) LivenessErrorCode?

Constants

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