DriversLicenseModel

A class derived from DocumentModel containing details pertaining to all driver's licenses

import com.sybrin.identity.models.DriversLicenseModel

extends DocumentModel

Summary

Inherited methods

Public methods

getDocumentBackImage

public Bitmap getCroppedDocumentBackImage ()

Returns an image of the back of the scanned document.

getDocumentBackImagePath

public String getCroppedDocumentBackImagePath ()

Returns the file path of the saved back of the document image.

getLicenseNumber

public String getLicenseNumber ()

Returns the driver's license document's license number as found on the driver's license.

Last updated