Complete Example
Step-by-Step Breakdown
1. Initialize the SDK
CallSeonOrchestration.initialize() before starting verification. The SDK remains initialized until dispose() is called, so you only need to initialize once:
The
baseUrl and token are provided by your backend. The language and theme parameters are optional — the SDK defaults to the device language and light theme.2. Start a verification
Once initialized, callstartVerification() to present the verification UI:
3. Handle the result
The result contains astatus field indicating the outcome:
4. Clean up (optional)
When verification is no longer needed (e.g., on logout or navigation away), release SDK resources:Next Steps
API Reference
Explore the full API documentation
Platform Notes
iOS and Android specific details