DigifiedAction class final
Contains possible actions to be done through the Digified SDK
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
- Authorize action helps you to decide if the user is authorized to do some critical actions on your app by checking if the current user made a successful verification before
- captureDocumentFirst → const int
-
Capturing the first side of the document (for example the Front Side of the ID) using the
capture
function on Digified note that the document could have just one side like the passport - captureDocumentSecond → const int
-
Capturing the second side of the document (for example theBack Side of the ID) using the
capture
function on Digified note that the document could have just one side like the passport - captureSelfie → const int
-
Capturing the Selfie Image using the
capture
function on Digified - initialize → const int
- Initialize the SDK by calling the initialize method on Digified
- sendDocumentFirst → const int
-
Send the captured image of the first side of the document
get the results (for example the Front Side of the ID)
by calling the
send
function in Digified note that the document could have just one side like the passport - sendDocumentSecond → const int
-
Send the captured second side of the document of the document
to get the results (for example the Back side of the ID)
by calling the
send
function in Digified note that the document could have just one side like the passport - sendSelfie → const int
-
Send the captured image of selfie by calling the
send
function in Digified - statusReady → const int
-
Means that you can call
getFinalStatus
on Digified to get the verification status - transliterate → const int
- Arabic transliteration for the name in the ID
- unknown → const int
- Used to tell that there is an error