Skip to main content

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.

Example

await AzeooSDK.init({ apiKey: 'key', config: { locale: 'en' } });
await AzeooSDK.connect('user-123', 'jwt-token');