📄️ SDK API Overview
After AzeooSDK.initialize and AzeooSDK.connect, you use the static AzeooSDK class to access user, nutrition, training, and theme.
📄️ SDK entry point (initialize and connect)
Use the static AzeooSDK class: initialize once, then connect when the user is authenticated.
📄️ User and disconnect
After AzeooSDK.connect, you can access AzeooSDK.user for user operations and AzeooSDK.disconnect for logout.
📄️ Theme and modules
After AzeooSDK.connect, use AzeooSDK.nutrition, AzeooSDK.training, and the theme helpers.