⚙️ Android configuration
Pass options to AzeooSDK.initialize. User JWT is passed only in connectUser.
AzeooConfig
| Field | Default | Description |
|---|---|---|
locale | — | e.g. "en", "fr" |
analyticsEnabled | true | Analytics |
offlineEnabled | true | Offline cache |
connectionTimeoutSeconds | 30 | Network timeout |
persistSession | true | Persist session across restarts |
Optional at initialize
| Parameter | Description |
|---|---|
theme | AzeooThemeConfig — brand colors |
deepLinks | AzeooDeepLinkConfig — scheme + host |
safeArea | AzeooSafeAreaConfig — inset edges |
Example: example/android/.../ThemeHelper.kt
Connect (not config)
connectUser(token, gender, height, weight, callback)
See Measurements.