Load Model
Declaration
To view all the type aliases, go to the SybrinBiometrics class
Handling the success
or failure
callbacks are optional but recommended.
Calling the function
Parameters
Sybrin does not provide user management for the identifiers you train and recognize on your license key. The proper management and storage of unique identifiers is the sole responsibility of you as the developer.
Handling callback responses
success
The success
callback will be executed after the session has finished and the view controller has been dismissed.
Parameters:
Example:
failure
The failure
callback will be executed after the session has failed and the view controller has been dismissed.
Parameters:
If you would like to report a bug, contact us!
Example:
Full Example
Last updated