Skip to main content
Version: 1.0.0

⚙️ 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

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.