JumioImageData

class JumioImageData(authorizationModel: AuthorizationModel) : Serializable

Gives access to all scanned images from a com.jumio.sdk.credentials.JumioCredential

Constructors

Link copied to clipboard
constructor(authorizationModel: AuthorizationModel)

Functions

Link copied to clipboard
fun clear()

Clears all temporarily stored images and cryptographic values. Needs to be called after the images have been retrieved

Link copied to clipboard
fun getBitmap(credentialPart: JumioCredentialPart): Bitmap?

Checks if the requested JumioCredentialPart is available and returns it as a Bitmap.

Link copied to clipboard

Checks if the requested JumioCredentialPart is available and returns it as a webp encoded byte array. It can be loaded as a Bitmap with android.graphics.BitmapFactory.decodeByteArray

Link copied to clipboard
fun hasPart(credentialPart: JumioCredentialPart): Boolean

Checks if the requested JumioCredentialPart is available