SDK API
Use AzeooSDK from the AzeooSDK package (sdk/ios or SPM).
User API
Access via AzeooSDK.shared.user (or your SDK instance) after connect. Provides getProfile, getId, getName, getEmail, getHeight, getWeight, updateProfile, refreshProfile, uploadImage, getSettings, updateSettings, hasAccess, etc. See the API Reference or SDK source for the full list.
Navigation, modules, theme
After connect, the connected AzeooSDK exposes:
AzeooSDK
Use static AzeooSDK.initialize then AzeooSDK.shared.connectUser.