Index

A B C D E F G I N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

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 BiometricDigified.capture(FragmentManager, int, int, CaptureCallback) or BiometricDigified.capture(FragmentManager, int, int, int, int, CaptureCallback)
send(CaptureResult, GenericIdExtractionCallback) - Method in class io.digified.digified_library.digified.Digified
Sending the captured image of a generic ID front and back (encapsulated in CaptureResult object) to the API CaptureResult will be obtained after calling BiometricDigified.capture(FragmentManager, int, int, CaptureCallback) or BiometricDigified.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 BiometricDigified.capture(FragmentManager, int, int, CaptureCallback) or BiometricDigified.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 BiometricDigified.capture(FragmentManager, int, int, CaptureCallback) or BiometricDigified.capture(FragmentManager, int, int, int, int, CaptureCallback)
send(CaptureResult, VehicleLicenseExtractionCallback) - Method in class io.digified.digified_library.digified.Digified
Sending the captured image of Vehicle License front and back (encapsulated in CaptureResult object) to the API CaptureResult will be obtained after calling BiometricDigified.capture(FragmentManager, int, int, CaptureCallback) or BiometricDigified.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: BiometricDigified.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: BiometricDigified.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: BiometricDigified.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 BiometricDigified.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 BiometricDigified.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
setGenericIdFrontData(GenericIdFrontData) - Method in class io.digified.digified_library.api.result.GenericIdExtractionResult
Setter method for the GenericIdExtractionResult.genericIdFrontData: data of the front side of the id
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)
setScreenSubtitle(int) - Method in class io.digified.digified_library.capture.CaptureScreenMetaData.Builder
Sets a custom capturing screen subtitle
setScreenTitle(int) - Method in class io.digified.digified_library.capture.CaptureScreenMetaData.Builder
Sets a custom capturing screen title
shouldAuthorize(String, FragmentManager, int, DigifiedAuthorizationCallback) - Method in class io.digified.digified_library.digified.Digified
This methods 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, by: 1- Getting the verification result by the provided token 2- Taking a new selfie of the user and match the selfie image with the verified selfie image from the old verified result
shouldAuthorize(String, FragmentManager, int, CaptureScreenMetaData, DigifiedAuthorizationCallback) - Method in class io.digified.digified_library.digified.Digified
This methods 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, by: 1- Getting the verification result by the provided token 2- Taking a new selfie of the user and match the selfie image with the verified selfie image from the old verified result
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 BiometricDigified.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
A B C D E F G I N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values