Initialization API
Classes / Builders
| Class | Description |
|---|---|
AcessoBioManager | Main SDK entry point |
AcessoBioConfigDataSource | Protocol for credential configuration |
Constructor parameters
| Parameter | Type | Description |
|---|---|---|
viewController | UIViewController | iOS context for presenting the capture screen |
delegate | AcessoBioManagerDelegate | Delegate for lifecycle callbacks |
Configuration properties
| Method | Type | Default | Description |
|---|---|---|---|
setEnvironment(_:) | EnvironmentEnum | .PROD | Environment — .PROD or .UAT |
setSmartFrame(_:) | Bool | true | Enables intelligent framing for selfie capture |
setAutoCapture(_:) | Bool | true | Enables automatic capture |
setTimeoutSession(_:) | Int | 40 | Maximum session time, in seconds (minimum: 40) |
setLocale(_:) | LocaleTypes | .PT_BR | Capture screen language |
setTheme(_:) | AcessoBioThemeDelegate | — | Custom theme for the capture screen |