π iOS API summary
AzeooSDK.initialize(apiKey: key, config: config, theme: theme, deepLinks: links, safeArea: safe) { _ in }
AzeooSDK.shared.connectUser(token: jwt, gender: g, height: h, weight: w) { _ in }
let view = AzeooSDK.shared.modules.nutrition.getView()
Details: iOS client Β· DocC
Entry point: AzeooSDK (initialize, shared.connectUser, navigate, modules, theme).