Analytics
Built-in analytics tracking in the Azeoo SDK. These concepts apply to all platforms. The example below uses Flutter (Dart); for Android, iOS, and React Native, see your platform's Configuration (Android · iOS · Flutter · React Native).
Configuration
Enable or disable analytics in the options passed at initialize:
// Flutter
await AzeooSDK.initialize(apiKey, options: AzeooSDKInitOptions(
analyticsEnabled: true,
));
On Android/iOS, set the equivalent flag in the SDK config (e.g. analyticsEnabled).
Tracked events
When enabled, the SDK can track screen views, user actions, feature usage, and errors. Exact events depend on the implementation.
Privacy
Analytics respects user privacy and can be disabled.