π§© Modules API
Nutrition and Training UI surfaces.
Full guide: Modules overview
Embed (after connect)β
| Platform | Nutrition | Training |
|---|---|---|
| Android | sdk.modules.nutrition.getFragment() Β· ComposeView() | sdk.modules.training.* |
| iOS | getView() Β· tabHost(for: .nutrition) | tabHost(for: .training) |
| Flutter | AzeooSDKModules.nutrition.buildNutritionMainScreen() | AzeooSDKModules.training.* |
| React Native | <NutritionView /> | <TrainingView /> |
Navigateβ
Use sdk.navigate(destination) β not module show* helpers on native/RN. See Navigation.
display / hideβ
Some hosts call explicit display() / hide() when toggling visibility without removing the view β platform-specific; see embed guides.
Data APIs (advanced)β
Pigeon: AzeooNutritionApi, AzeooTrainingApi β diary, search, plans, workouts for headless or hybrid UIs.
Most apps use pre-built Flutter UI only.