Skip to main content

⚙️ Android configuration

Pass options to AzeooSDK.initialize. User JWT is passed only in connectUser.

AzeooConfig

FieldDefaultDescription
localee.g. "en", "fr"
analyticsEnabledtrueAnalytics
offlineEnabledtrueOffline cache
connectionTimeoutSeconds30Network timeout
persistSessiontruePersist session across restarts

Optional at initialize

ParameterDescription
themeAzeooThemeConfig — brand colors
deepLinksAzeooDeepLinkConfig — scheme + host
safeAreaAzeooSafeAreaConfig — inset edges

Example: example/android/.../ThemeHelper.kt

Connect (not config)

connectUser(token, gender, height, weight, callback)

See Measurements.