A B C D E F G I N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
S
- SELFIE - Static variable in class io.digified.digified_library.digified.DigifiedConstants.CaptureType
-
Selfie (face) image
- send(CaptureResult, FaceMatchCallback) - Method in class io.digified.digified_library.digified.Digified
-
Sending the captured selfie image (encapsulated in CaptureResult object) to the API CaptureResult will be obtained after calling
Digified.capture(FragmentManager, int, int, CaptureCallback)
orDigified.capture(FragmentManager, int, int, int, int, CaptureCallback)
- send(CaptureResult, IdExtractionCallback) - Method in class io.digified.digified_library.digified.Digified
-
Sending the captured image of ID front and back (encapsulated in CaptureResult object) to the API CaptureResult will be obtained after calling
Digified.capture(FragmentManager, int, int, CaptureCallback)
orDigified.capture(FragmentManager, int, int, int, int, CaptureCallback)
- send(CaptureResult, PassportExtractionCallback) - Method in class io.digified.digified_library.digified.Digified
-
Sending the captured passport image (encapsulated in CaptureResult object) to the API CaptureResult will be obtained after calling
Digified.capture(FragmentManager, int, int, CaptureCallback)
orDigified.capture(FragmentManager, int, int, int, int, CaptureCallback)
- SEND_DOCUMENT_FIRST - Static variable in class io.digified.digified_library.digified.DigifiedConstants.Action
-
Send the captured image of the first side of the document (CaptureResult) to the API to get the results (for example the Front Side of the ID) by calling the following method:
Digified.send(CaptureResult, IdExtractionCallback)
note that the document could have just one side like the passport - SEND_DOCUMENT_SECOND - Static variable in class io.digified.digified_library.digified.DigifiedConstants.Action
-
Send the captured second side of the document of the document (CaptureResult to the API to get the results (for example the Back side of the ID) by calling the following method:
Digified.send(CaptureResult, IdExtractionCallback)
note that the document could have just one side like the passport - SEND_SELFIE - Static variable in class io.digified.digified_library.digified.DigifiedConstants.Action
-
Send the captured image of Back ID (CaptureResult) to the API to get the results by calling the following method:
Digified.send(CaptureResult, FaceMatchCallback)
- SendError() - Constructor for class io.digified.digified_library.errors.ErrorConstants.SendError
- SEQUENCE_ERROR - Static variable in class io.digified.digified_library.errors.ErrorConstants.CaptureError
-
you didn't follow the sequence of actions provided to use the Digified SDK it's better that you use
Digified.getNextAction()
to follow the sequence - SEQUENCE_ERROR - Static variable in class io.digified.digified_library.errors.ErrorConstants.SendError
-
you didn't follow the sequence of actions provided to use the Digified SDK it's better that you use
Digified.getNextAction()
to follow the sequence - setCaptureTimeout(int) - Method in class io.digified.digified_library.digified.Digified
-
Setting the capture time out, this controls when will
CaptureCallback.onTimeout()
is called - setMaxDimensions(int, int) - Method in class io.digified.digified_library.digified.Digified
-
Setting the max dimensions of images not to be exceeded after cropping the image (the exact size of the cropped image can't be set to avoid stretching the image)
- Status() - Constructor for class io.digified.digified_library.digified.DigifiedConstants.Status
- STATUS_READY - Static variable in class io.digified.digified_library.digified.DigifiedConstants.Action
-
Means that you can call
Digified.getFinalStatus()
to get the verification status - statusToString(int) - Static method in class io.digified.digified_library.digified.DigifiedConstants.Status
-
converts constant integers in
DigifiedConstants.Status
to String names for debugging
All Classes All Packages