SDK Documentation
Methods
Initialize

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:

  1. ConnectionException - Unable to connect to Zamry servers. This may indicate an issue with the device's internet network.
  2. InvalidPKException - An authentication problem has occurred, most likely resulting from an invalid public key.
  3. ServerException - Something went wrong and an issue has occurred within the SDK or on our servers. Check for SDK updates if the issue persists.