SeonConfig
Configuration class for initializing the SEON SDK viainitialize().
Properties
Regional Base URLs
Use the base URL for your SEON region:Theme Configuration
Thetheme parameter accepts a Map<String, dynamic> that controls the verification UI appearance. The map is automatically JSON-encoded via the themeJson getter before being passed to the native SDK. If omitted, the SDK uses its default theme. Refer to the SEON workflow initialization docs for the full theme schema and available properties.
Example
SeonVerificationResult
The result object returned bystartVerification().