Initialize
The initialize method gets the SDK ready to create and process a verification request. It takes a required string parameter publicKey. You can get your public key from the dashboard.
Initialize method
initialize(String publicKey) → void async*
If initialization fails, one of the following exceptions may be thrown:
ConnectionException
- Unable to connect to Zamry servers. This may indicate an issue with the device's internet network.InvalidPKException
- An authentication problem has occurred, most likely resulting from an invalid public key.ServerException
- Something went wrong and an issue has occurred within the SDK or on our servers. Check for SDK updates if the issue persists.