⚙️ iOS configuration
Pass AzeooConfig, AzeooThemeConfig, AzeooDeepLinkConfig, AzeooSafeAreaConfig to AzeooSDK.initialize.
AzeooConfig
| Field | Description |
|---|---|
locale | e.g. "en" |
analyticsEnabled | Analytics toggle |
offlineEnabled | Offline support |
connectionTimeoutSeconds | Timeout |
persistSession | Session persistence |
User JWT and measurements are passed in connectUser, not here.
See example/ios_example/ios_exampleApp.swift for a full theme + safe area example.