Logging
The SDK provides a way to log user and SDK common actions (lifecycle events, navigation, camera changes). This can be useful for understanding specific scenarios or troubleshooting potential issues. To enable logging, provide your implementation of the IdenfyLoggingHandlerUseCase class:User events webhooks
The SDK provides webhooks about events occurring throughout the verification process. Results are delivered while the verification process is active and the application is presenting SDK views.Declare a class for receiving events
Declare a class that implementsIdenfyUserFlowHandler to call your backend service, log events, or apply changes:
- Swift
- Objective-C
Set the idenfyUserFlowCallbacksHandler
Set theidenfyUserFlowCallbacksHandler in the IdenfyController class:
- Swift
- Objective-C