SybrinIdentity
A base class that is the main entry point for the SDK consumer
import com.sybrin.identity.SybrinIdentity
To see this class and its functionality in action go visit our features page!
Summary
Static methods
getBuiltInstance
public static
SybrinIdentity
getBuiltInstance ()
Returns an already built instance of the SybrinIdentity class.
getInstance
public static
SybrinIdentity
getInstance (Context context,
SybrinIdentityConfiguration
configuration)
Creates and returns an instance of the SybrinIdentity class using the provided configuration.
Public methods
getConfiguration
public
SybrinIdentityConfiguration
getConfiguration ()
Returns the SybrinIdentityConfiguration provided when the SybrinIdentity instance was created.
scanDocument
public
IdentityScanner
<
DocumentModel
> scanDocument (
Document
document)
Starts the document scanning process.
scanDriversLicense
public
IdentityScanner
<
DriversLicenseModel
> scanDriversLicense (
Country
country)
Starts the driver's license scanning process.
scanGreenBook
public
IdentityScanner
<
GreenBookModel
> scanGreenBook ()
Starts the green book scanning process.
scanIDCard
public
IdentityScanner
<
IDCardModel
> scanIDCard (
Country
country)
Starts the ID card scanning process.
scanPassport
public
IdentityScanner
<
PassportModel
> scanPassport (
Country
country)
Starts the passport scanning process.
Last updated