🤖 Android API summary
Import from com.azeoo.sdk.core.*.
AzeooSDK.initialize(context, apiKey, config, theme, deepLinks, safeArea, connector) { error -> }
AzeooSDK.shared.connectUser(token, gender, height, weight) { profile, error -> }
AzeooSDK.shared.setClubId(clubId) { error -> }
val f = AzeooSDK.shared.modules.nutrition.getFragment()
AzeooSDK.shared.modules.screens.showRecipe(recipeId) { }
AzeooSDK.shared.disconnect { }
Details: Android client · Quick start