📄️ Implementing the callback
When you call the startIdentification method, you need to pass an AutomatIdCallback object.
📄️ Managing successful identification
After the user has successfully performed an identification, the onSuccess method of the passed callback is invoked.
📄️ Managing errors
During AutomatID initialization and identification flows, several error conditions may arise.
📄️ Managing cancellation by the user
When the user decides to cancel the identification flow, for example by tapping the close ("X") button or the Android native back, the onCancel() method of your callback is invoked.