Skip to main content

SeonConfig

Configuration class for initializing the SEON SDK via initialize().

Properties

Regional Base URLs

Use the base URL for your SEON region:

Theme Configuration

The theme 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 by startVerification().

Properties

Example


SeonException

Exception class thrown when a SEON operation fails.

Properties

Example