📄️ SDK API Overview
The Azeoo SDK exposes a single entry point, AzeooSDK. After init and connect, you use the same instance to access user, theme, navigation, and the nutrition and training modules.
📄️ SDK entry point (init and connect)
The Azeoo SDK is used through AzeooSDK: you call init once, then connect when the user is authenticated.
📄️ User API
Access user and profile operations through AzeooSDK.shared.user. The user API is available after connect has been called successfully.
📄️ Theme and modules
After connect, you use AzeooSDK.shared.theme for theming and AzeooSDK.shared.modules.nutrition and AzeooSDK.shared.modules.training for embedding and navigation.