📄️ SDK API Overview
After init (or initialize) and connect, use the package's SDK object to access user, theme, navigation, and modules. The exact API depends on the React Native package (see the package README and API Reference).
📄️ SDK entry (init and connect)
Use the package's init (or initialize) with API key and config, then connect(userId, token) when the user is authenticated. Exact method names and options depend on the React Native package—see the package README and API Reference.
📄️ User API
After connect, use the package's user API (e.g. AzeooSDK.user.getProfile(), updateProfile(), etc.). Exact methods depend on the React Native package. See API Reference.
📄️ Theme and modules
After connect, use the package's theme API and modules.nutrition / modules.training for embedding and opening screens. See UI Components and the package README.