Skip to main content
Initializes the SEON SDK with the provided configuration. Must be called before startVerification(). The SDK remains initialized until dispose() is called.

Signature

Parameters

config
SeonConfig
required
Configuration object for the SEON SDK. See SeonConfig for full details.

Returns

Future<void> — Completes when initialization is successful.

Errors

Throws SeonException on failure.

Example

Platform Behavior

  • SDK is initialized with configuration and holds state in a Swift singleton (SeonOrchestrationImpl)
  • All calls are dispatched to the main thread automatically