startVerification(). The SDK remains initialized until dispose() is called.
Signature
Parameters
Configuration object for the SEON SDK. See SeonConfig for full details.
Returns
Future<void> — Completes when initialization is successful.
Errors
ThrowsSeonException on failure.
Example
Platform Behavior
- iOS
- Android
- SDK is initialized with configuration and holds state in a Swift singleton (
SeonOrchestrationImpl) - All calls are dispatched to the main thread automatically