IProovEventProcessing class

The SDK will update your app with the progress of streaming to the server and authenticating the user. This will be called multiple time as the progress updates.

Implemented types

Constructors

IProovEventProcessing(double progress, String message)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isFinal bool
no setteroverride
message String
A message that can be displayed directly to the user relating to the current progress state.
final
progress double
The progress of the streaming/processing, between 0.0 and 1.0.
final
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